@@ -30,7 +30,7 @@ declare global {
30
30
const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
31
31
const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
32
32
const defineLoader : typeof import ( 'vue-router/auto' ) [ 'defineLoader' ]
33
- const definePage : typeof import ( 'unplugin-vue-router/runtime' ) [ '_definePage ' ]
33
+ const definePage : typeof import ( 'unplugin-vue-router/runtime' ) [ 'definePage ' ]
34
34
const eagerComputed : typeof import ( '@vueuse/core' ) [ 'eagerComputed' ]
35
35
const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
36
36
const extendRef : typeof import ( '@vueuse/core' ) [ 'extendRef' ]
@@ -297,6 +297,7 @@ declare global {
297
297
// for vue template auto import
298
298
import { UnwrapRef } from 'vue'
299
299
declare module 'vue' {
300
+ interface GlobalComponents { }
300
301
interface ComponentCustomProperties {
301
302
readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
302
303
readonly asyncComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'asyncComputed' ] >
@@ -322,8 +323,7 @@ declare module 'vue' {
322
323
readonly debouncedWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ] >
323
324
readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
324
325
readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
325
- readonly defineLoader : UnwrapRef < typeof import ( 'vue-router/auto' ) [ 'defineLoader' ] >
326
- readonly definePage : UnwrapRef < typeof import ( 'unplugin-vue-router/runtime' ) [ '_definePage' ] >
326
+ readonly definePage : UnwrapRef < typeof import ( 'unplugin-vue-router/runtime' ) [ 'definePage' ] >
327
327
readonly eagerComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'eagerComputed' ] >
328
328
readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
329
329
readonly extendRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'extendRef' ] >
@@ -583,6 +583,7 @@ declare module 'vue' {
583
583
}
584
584
}
585
585
declare module '@vue/runtime-core' {
586
+ interface GlobalComponents { }
586
587
interface ComponentCustomProperties {
587
588
readonly EffectScope : UnwrapRef < typeof import ( 'vue' ) [ 'EffectScope' ] >
588
589
readonly asyncComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'asyncComputed' ] >
@@ -608,8 +609,7 @@ declare module '@vue/runtime-core' {
608
609
readonly debouncedWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ] >
609
610
readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
610
611
readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
611
- readonly defineLoader : UnwrapRef < typeof import ( 'vue-router/auto' ) [ 'defineLoader' ] >
612
- readonly definePage : UnwrapRef < typeof import ( 'unplugin-vue-router/runtime' ) [ '_definePage' ] >
612
+ readonly definePage : UnwrapRef < typeof import ( 'unplugin-vue-router/runtime' ) [ 'definePage' ] >
613
613
readonly eagerComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'eagerComputed' ] >
614
614
readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
615
615
readonly extendRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'extendRef' ] >
0 commit comments