Christhofer Natalius
Christhofer Natalius
As a best practice, you should use button or link for click action, so that the user can use keyboard to execute the action. You can't use keyboard to click...
@robmadole I'm experiencing HMR works when adding / removing the component But HRM doesn't works when changing the props (icon, size, fixed-width, etc)
Any plan to implement this simple request?? Have been 2 years since this issue was created, but no official response from Vue FontAwesome team. > I can see that this...
Also see #250
@robmadole is it possible to call import icon & library.add() inside a vue component? My idea is to make a component wrapper of , check if the icon is already...
@iamandrewluca While I agree it's better to import each icon you are using, you still can have unused icons ended up in the bundle For example when you are working...
This only happen if I use v-if in my modal. I solved it with using v-show instead. But now I need it to be v-if, so I'm also looking for...
@code-newbie I use v1.0.0-beta-14, no error for me.
@LuisFerMM it's vue-material version. Run this command: `npm install [email protected]`
> While do-able, I'd recommend using purgecss to remove unsused styles anyway. Option like this can also be used if we need to clamp more than 10 lines. p.s not...