Closed KellsWorks closed 1 year ago
Hey! It looks like this is the same error as #229. The issue is caused by using the @heroicons/vue
library in a Vue 2 project. This project only supports Vue 3 at this time.
You can still use Heroicons in your Vue 2 project though! All the icons are just SVGs, so you can copy and paste them into your project as needed. You just won't be able to use this Vue library version of them.
Hope that helps! 👍
l installed the package using yarn in Nuxt.js and just tried any icon component and it's pulling up that error, trace