-
Notifications
You must be signed in to change notification settings - Fork 8
vue3 support missing #156
Comments
Which error do you exactly encounter ? |
I am getting
on vuejs3 if I use it like shown in the docs:
|
Yeah, vue3 changed the render() function so this has to be entirely re-written to support vue3. |
How would you want to import a vue3 component from this component library ? Solutions:
Also, feel free to submit a PR or give me an example of icon library using Vue3. I want to grab the best practices. |
I guess it would be a good idea to use some kind of |
This is a temporary idea, we need a permanent decision. Choose between the 3 solutions or equivalent. |
In this case I'd prefer solution 2. |
I'm glad to see that this has some sort of support. I am currently trying to get Heroicons to work with Inertia project (basically Vue). They've suggested downloading the repo as a zip, as well as npm install. Then I found this, and come across the same issue with size as the OP. |
solution 2 would be ok. waiting for update 🥰 |
The tailwindlabs/heroicons repo supports vue 3: https://github.com/tailwindlabs/heroicons#vue |
As a side note, thanks to the missing Vue 3 support this package is a perfect drop-in replacement for |
See egoist/vue-feather-icons#60 for a quick&dirty workaround.
The text was updated successfully, but these errors were encountered: