[Vuejs]-Heroicons not appearing in chrome for TailwindUI, but appears broken in Firefox

0👍

TailwindUI supports Vue 3, which does not appear to include @vue/compat. @vue/compat is a compatibility build for when one wants to migrate from Vue 2 to Vue 3. the compat build (aka, migration build) is supposed to be Vue 3 compatible but I guess it’s still not enough for TailwindUI.

0👍

If you are not using SVG syntax, you have to install and import @heroicons/react package into your project using npm/yarn

npm install @heroicons/react

Leave a comment