|
@@ -24,8 +24,8 @@ declare global {
|
|
|
const nextTick: typeof import('vue')['nextTick']
|
|
const nextTick: typeof import('vue')['nextTick']
|
|
|
const onActivated: typeof import('vue')['onActivated']
|
|
const onActivated: typeof import('vue')['onActivated']
|
|
|
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
|
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
|
|
- const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
|
|
|
|
|
- const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
|
|
|
|
|
|
|
+ // const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
|
|
|
|
|
+ // const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
|
|
|
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
|
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
|
|
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
|
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
|
|
const onDeactivated: typeof import('vue')['onDeactivated']
|
|
const onDeactivated: typeof import('vue')['onDeactivated']
|
|
@@ -56,10 +56,10 @@ declare global {
|
|
|
const useCssModule: typeof import('vue')['useCssModule']
|
|
const useCssModule: typeof import('vue')['useCssModule']
|
|
|
const useCssVars: typeof import('vue')['useCssVars']
|
|
const useCssVars: typeof import('vue')['useCssVars']
|
|
|
const useId: typeof import('vue')['useId']
|
|
const useId: typeof import('vue')['useId']
|
|
|
- const useLink: typeof import('vue-router')['useLink']
|
|
|
|
|
|
|
+ // const useLink: typeof import('vue-router')['useLink']
|
|
|
const useModel: typeof import('vue')['useModel']
|
|
const useModel: typeof import('vue')['useModel']
|
|
|
- const useRoute: typeof import('vue-router')['useRoute']
|
|
|
|
|
- const useRouter: typeof import('vue-router')['useRouter']
|
|
|
|
|
|
|
+ // const useRoute: typeof import('vue-router')['useRoute']
|
|
|
|
|
+ // const useRouter: typeof import('vue-router')['useRouter']
|
|
|
const useSlots: typeof import('vue')['useSlots']
|
|
const useSlots: typeof import('vue')['useSlots']
|
|
|
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
|
const watch: typeof import('vue')['watch']
|
|
const watch: typeof import('vue')['watch']
|