-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I have trouble getting it to work with Nuxt 3.
Should it not be registered in a plugin like:
import Cryptoicon from 'vue-cryptoicon'
import icon from 'vue-cryptoicon/src/icons'
import { defineNuxtPlugin } from '#app'
export default defineNuxtPlugin((nuxtApp) => {
Cryptoicon.add(icon)
nuxtApp.vueApp.use(Cryptoicon)
})?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
