MCPcopy
hub / github.com/vueuse/vueuse / VueUseNuxtOptions

Interface VueUseNuxtOptions

packages/nuxt/index.ts:38–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36const fullPackages = packages.map(p => `@vueuse/${p}`)
37
38export interface VueUseNuxtOptions {
39 /**
40 * @default true
41 */
42 autoImports?: boolean
43
44 /**
45 * @experimental
46 * @default false
47 */
48 ssrHandlers?: boolean
49}
50
51/**
52 * Auto import for VueUse in Nuxt

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected