-
Notifications
You must be signed in to change notification settings - Fork 133
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
When using dom.watch() icon, sizing and fa-fw does not apply #226
Comments
@rostamiani using |
@robmadole Because I have a VS Code extension that inserts 'i' tags automatically and I don't have to memorize all class names. This really helps. Is there any performance problem using dom.watch()? |
@rostamiani yes, If you'd like to stick with If using an |
@robmadole I'm new to vue-fontawesome. I'm confused because Readme states we need to use The font awesome vue components should take care of rendering svg right? So we shouldn't use |
When using dom.watch() icon, sizing and fa-fw does not apply.
This is my main.js:
And this is my template:
And the output is still small
The text was updated successfully, but these errors were encountered: