Replies: 1 comment
-
Seems Maybe also have to wait for FortAwesome/vue-fontawesome#400 fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am using vue-awesome with vue3. Instead of declaring the component globally, I had imported it locally in my SFC like this
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
However, it doesn't suggest this as a component name, nor are the props offered as suggestions.
and it also doesn't suggest "icon" as a prop.
Are you getting the same? However, the code does work if you fill it out completely yourself.
The autocompletion works (updated: mostly) for other libraries like HeadlessUI, so I am not sure what am I missing here.
thanks
Matt
Beta Was this translation helpful? Give feedback.
All reactions