Skip to content

Commit 0112812

Browse files
authored
fix: augment @nuxt/schema rather than nuxt/schema (#104)
1 parent 7d2ba2b commit 0112812

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/vue-query-nuxt/src/nuxt-types.d.ts

-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ declare module "@nuxt/schema" {
66
}
77
}
88

9-
declare module "nuxt/schema" {
10-
interface PublicRuntimeConfig {
11-
vueQuery: VueQueryOptions
12-
}
13-
}
14-
159
export {}

0 commit comments

Comments
 (0)