@@ -14,7 +14,6 @@ declare global {
1414 const customRef : typeof import ( 'vue' ) [ 'customRef' ]
1515 const defineAsyncComponent : typeof import ( 'vue' ) [ 'defineAsyncComponent' ]
1616 const defineComponent : typeof import ( 'vue' ) [ 'defineComponent' ]
17- const definePage : typeof import ( 'unplugin-vue-router/runtime' ) [ 'definePage' ]
1817 const defineStore : typeof import ( 'pinia' ) [ 'defineStore' ]
1918 const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
2019 const getActivePinia : typeof import ( 'pinia' ) [ 'getActivePinia' ]
@@ -72,13 +71,16 @@ declare global {
7271 const useCssVars : typeof import ( 'vue' ) [ 'useCssVars' ]
7372 const useGlobalProperties : typeof import ( '../utils/composables/useGlobalProperties' ) [ 'default' ]
7473 const useId : typeof import ( 'vue' ) [ 'useId' ]
74+ const useKeepAliveStore : typeof import ( '../store/modules/keepAlive' ) [ 'useKeepAliveStore' ]
7575 const useLink : typeof import ( 'vue-router/auto' ) [ 'useLink' ]
7676 const useModel : typeof import ( 'vue' ) [ 'useModel' ]
7777 const usePage : typeof import ( '../utils/composables/usePage' ) [ 'default' ]
7878 const useRoute : typeof import ( 'vue-router' ) [ 'useRoute' ]
7979 const useRouter : typeof import ( 'vue-router' ) [ 'useRouter' ]
80+ const useSettingsStore : typeof import ( '../store/modules/settings' ) [ 'useSettingsStore' ]
8081 const useSlots : typeof import ( 'vue' ) [ 'useSlots' ]
8182 const useTemplateRef : typeof import ( 'vue' ) [ 'useTemplateRef' ]
83+ const useUserStore : typeof import ( '../store/modules/user' ) [ 'useUserStore' ]
8284 const watch : typeof import ( 'vue' ) [ 'watch' ]
8385 const watchEffect : typeof import ( 'vue' ) [ 'watchEffect' ]
8486 const watchPostEffect : typeof import ( 'vue' ) [ 'watchPostEffect' ]
0 commit comments