| 36 | const fullPackages = packages.map(p => `@vueuse/${p}`) |
| 37 | |
| 38 | export 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 |
nothing calls this directly
no outgoing calls
no test coverage detected