Skip to content
On this page

@vueuse/nuxt

This is an add-on of VueUse, which provides better Nuxt integration auto-import capabilities.

Install

npm i @vueuse/nuxt
// nuxt.config

export function defineNuxtConfig({
  buildModules: [
    '@vueuse/nuxt'
  ]
})
// nuxt.config

export function defineNuxtConfig({
  buildModules: [
    '@vueuse/nuxt'
  ]
})

License

MIT License © 2021-PRESENT Anthony Fu

@vueuse/nuxt has loaded