Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: vueJS fontawesome needs a complete re-write. #19306

Open
2 tasks done
StevenInc opened this issue Sep 3, 2022 · 1 comment
Open
2 tasks done

Bug: vueJS fontawesome needs a complete re-write. #19306

StevenInc opened this issue Sep 3, 2022 · 1 comment
Labels
bug needs-triage This bug needs to be confirmed

Comments

@StevenInc
Copy link

StevenInc commented Sep 3, 2022

Bug description

Honestly, I don't know what you are doing with the licensing fee you collected from me
I pay that fee so that I can quickly integrate your library, but instead I spend a complete day reading your source code and figuring out how to use paid libraries in a vueJS 2.x application.

For example:
When importing the bars from the pro-regular-svg-icons library:
import { faBars as farBars} from '@fortawesome/pro-regular-svg-icons';
The documentation describes the font component as:

This is incorrect as viewed in the source code:
var prefix = 'far';
var iconName = 'bars';

the code that works is predictably:

but oddly enough the string definition doeson't work at all

This is obviously on of hundreds of inaccurate documentation pages.

Reproducible test case

No response

Screenshots

Screen Shot 2022-09-02 at 6 59 22 PM

Screen Shot 2022-09-02 at 6 58 28 PM

Font Awesome version

v6.0.02

Serving

Kit

Implementation

SVG+JS

Browser and Operating System

terminal

Web bug report checklist

  • I have included a test case because my odds go way up that the team can fix this when I do
  • I have searched for existing issues and to the best of my knowledge this is not a duplicate
@StevenInc StevenInc added bug needs-triage This bug needs to be confirmed labels Sep 3, 2022
@tagliala
Copy link
Member

tagliala commented Sep 3, 2022

@mlwilkerson @jasonlundien any chance to move this issue to https://github.com/FortAwesome/vue-fontawesome and provide an answer? thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug needs-triage This bug needs to be confirmed
Projects
None yet
Development

No branches or pull requests

2 participants