@@ -29,6 +29,8 @@ declare global {
29
29
const debouncedWatch : typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ]
30
30
const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
31
31
const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
32
+ const defineLoader : typeof import ( 'vue-router/auto' ) [ 'defineLoader' ]
33
+ const definePage : typeof import ( 'unplugin-vue-router/runtime' ) [ '_definePage' ]
32
34
const eagerComputed : typeof import ( '@vueuse/core' ) [ 'eagerComputed' ]
33
35
const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
34
36
const extendRef : typeof import ( '@vueuse/core' ) [ 'extendRef' ]
@@ -49,8 +51,8 @@ declare global {
49
51
const nextTick : typeof import ( 'vue' ) [ 'nextTick' ]
50
52
const onActivated : typeof import ( 'vue' ) [ 'onActivated' ]
51
53
const onBeforeMount : typeof import ( 'vue' ) [ 'onBeforeMount' ]
52
- const onBeforeRouteLeave : typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ]
53
- const onBeforeRouteUpdate : typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ]
54
+ const onBeforeRouteLeave : typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteLeave' ]
55
+ const onBeforeRouteUpdate : typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteUpdate' ]
54
56
const onBeforeUnmount : typeof import ( 'vue' ) [ 'onBeforeUnmount' ]
55
57
const onBeforeUpdate : typeof import ( 'vue' ) [ 'onBeforeUpdate' ]
56
58
const onClickOutside : typeof import ( '@vueuse/core' ) [ 'onClickOutside' ]
@@ -182,7 +184,7 @@ declare global {
182
184
const useIntervalFn : typeof import ( '@vueuse/core' ) [ 'useIntervalFn' ]
183
185
const useKeyModifier : typeof import ( '@vueuse/core' ) [ 'useKeyModifier' ]
184
186
const useLastChanged : typeof import ( '@vueuse/core' ) [ 'useLastChanged' ]
185
- const useLink : typeof import ( 'vue-router' ) [ 'useLink' ]
187
+ const useLink : typeof import ( 'vue-router/auto ' ) [ 'useLink' ]
186
188
const useLocalStorage : typeof import ( '@vueuse/core' ) [ 'useLocalStorage' ]
187
189
const useMagicKeys : typeof import ( '@vueuse/core' ) [ 'useMagicKeys' ]
188
190
const useManualRefHistory : typeof import ( '@vueuse/core' ) [ 'useManualRefHistory' ]
@@ -218,8 +220,8 @@ declare global {
218
220
const useRafFn : typeof import ( '@vueuse/core' ) [ 'useRafFn' ]
219
221
const useRefHistory : typeof import ( '@vueuse/core' ) [ 'useRefHistory' ]
220
222
const useResizeObserver : typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ]
221
- const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
222
- const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
223
+ const useRoute : typeof import ( 'vue-router/auto ' ) [ 'useRoute' ]
224
+ const useRouter : typeof import ( 'vue-router/auto ' ) [ 'useRouter' ]
223
225
const useScreenOrientation : typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ]
224
226
const useScreenSafeArea : typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ]
225
227
const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
@@ -318,6 +320,8 @@ declare module 'vue' {
318
320
readonly debouncedWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ] >
319
321
readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
320
322
readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
323
+ readonly defineLoader : UnwrapRef < typeof import ( 'vue-router/auto' ) [ 'defineLoader' ] >
324
+ readonly definePage : UnwrapRef < typeof import ( 'unplugin-vue-router/runtime' ) [ '_definePage' ] >
321
325
readonly eagerComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'eagerComputed' ] >
322
326
readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
323
327
readonly extendRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'extendRef' ] >
@@ -338,8 +342,8 @@ declare module 'vue' {
338
342
readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
339
343
readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
340
344
readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
341
- readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ] >
342
- readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ] >
345
+ readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteLeave' ] >
346
+ readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteUpdate' ] >
343
347
readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
344
348
readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
345
349
readonly onClickOutside : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onClickOutside' ] >
@@ -471,7 +475,7 @@ declare module 'vue' {
471
475
readonly useIntervalFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIntervalFn' ] >
472
476
readonly useKeyModifier : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useKeyModifier' ] >
473
477
readonly useLastChanged : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useLastChanged' ] >
474
- readonly useLink : UnwrapRef < typeof import ( 'vue-router' ) [ 'useLink' ] >
478
+ readonly useLink : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useLink' ] >
475
479
readonly useLocalStorage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useLocalStorage' ] >
476
480
readonly useMagicKeys : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMagicKeys' ] >
477
481
readonly useManualRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useManualRefHistory' ] >
@@ -507,8 +511,8 @@ declare module 'vue' {
507
511
readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
508
512
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
509
513
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
510
- readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
511
- readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
514
+ readonly useRoute : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useRoute' ] >
515
+ readonly useRouter : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useRouter' ] >
512
516
readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
513
517
readonly useScreenSafeArea : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ] >
514
518
readonly useScriptTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScriptTag' ] >
@@ -601,6 +605,8 @@ declare module '@vue/runtime-core' {
601
605
readonly debouncedWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'debouncedWatch' ] >
602
606
readonly defineAsyncComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineAsyncComponent' ] >
603
607
readonly defineComponent : UnwrapRef < typeof import ( 'vue' ) [ 'defineComponent' ] >
608
+ readonly defineLoader : UnwrapRef < typeof import ( 'vue-router/auto' ) [ 'defineLoader' ] >
609
+ readonly definePage : UnwrapRef < typeof import ( 'unplugin-vue-router/runtime' ) [ '_definePage' ] >
604
610
readonly eagerComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'eagerComputed' ] >
605
611
readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
606
612
readonly extendRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'extendRef' ] >
@@ -621,8 +627,8 @@ declare module '@vue/runtime-core' {
621
627
readonly nextTick : UnwrapRef < typeof import ( 'vue' ) [ 'nextTick' ] >
622
628
readonly onActivated : UnwrapRef < typeof import ( 'vue' ) [ 'onActivated' ] >
623
629
readonly onBeforeMount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeMount' ] >
624
- readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteLeave' ] >
625
- readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router' ) [ 'onBeforeRouteUpdate' ] >
630
+ readonly onBeforeRouteLeave : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteLeave' ] >
631
+ readonly onBeforeRouteUpdate : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'onBeforeRouteUpdate' ] >
626
632
readonly onBeforeUnmount : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUnmount' ] >
627
633
readonly onBeforeUpdate : UnwrapRef < typeof import ( 'vue' ) [ 'onBeforeUpdate' ] >
628
634
readonly onClickOutside : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'onClickOutside' ] >
@@ -754,7 +760,7 @@ declare module '@vue/runtime-core' {
754
760
readonly useIntervalFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIntervalFn' ] >
755
761
readonly useKeyModifier : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useKeyModifier' ] >
756
762
readonly useLastChanged : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useLastChanged' ] >
757
- readonly useLink : UnwrapRef < typeof import ( 'vue-router' ) [ 'useLink' ] >
763
+ readonly useLink : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useLink' ] >
758
764
readonly useLocalStorage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useLocalStorage' ] >
759
765
readonly useMagicKeys : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMagicKeys' ] >
760
766
readonly useManualRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useManualRefHistory' ] >
@@ -790,8 +796,8 @@ declare module '@vue/runtime-core' {
790
796
readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
791
797
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
792
798
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
793
- readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
794
- readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
799
+ readonly useRoute : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useRoute' ] >
800
+ readonly useRouter : UnwrapRef < typeof import ( 'vue-router/auto ' ) [ 'useRouter' ] >
795
801
readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
796
802
readonly useScreenSafeArea : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenSafeArea' ] >
797
803
readonly useScriptTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScriptTag' ] >
0 commit comments