Skip to content

Integration in Nuxt 3 #16

@toniengelhardt

Description

@toniengelhardt

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)
})

?

Screenshot 2023-01-06 at 19 05 21

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions