/ c4f / front / node_modules / @vueuse / nuxt /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]node_modules/8 months ago -  
[   ]LICENSE8 months ago1.1K 
[   ]index.cjs8 months ago239  
[TXT]index.d.cts8 months ago695  
[   ]package.json8 months ago1.1K 
[TXT]README.md8 months ago815  
[   ]index.mjs8 months ago3.0K 
[   ]ssr-plugin.mjs8 months ago964  
[   ]index.d.mts8 months ago695  
[TXT]index.d.ts8 months ago695  
README.md

@vueuse/nuxt

NPM version

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

Install

npm i @vueuse/nuxt
// nuxt.config
export default defineNuxtConfig({
  modules: [
    '@vueuse/nuxt',
  ],
})

Caveats

The following utils are disabled from auto-import for Nuxt to avoid conflicts with Nuxt's built-in utils:

You can always use them by explicitly import from @vueuse/core

License

MIT License © 2021-PRESENT Anthony Fu

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80