File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { type RouteMap , useRouter } from ' vue-router'
2+ import { useRouter } from ' vue-router'
3+ import type { RouteMap } from ' vue-router'
34import { useUserStore } from ' @/stores'
45
56import logo from ' ~/images/logo.svg'
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ declare global {
157157 const useCloned : typeof import ( '@vueuse/core' ) [ 'useCloned' ]
158158 const useColorMode : typeof import ( '@vueuse/core' ) [ 'useColorMode' ]
159159 const useConfirmDialog : typeof import ( '@vueuse/core' ) [ 'useConfirmDialog' ]
160+ const useCountdown : typeof import ( '@vueuse/core' ) [ 'useCountdown' ]
160161 const useCounter : typeof import ( '@vueuse/core' ) [ 'useCounter' ]
161162 const useCssModule : typeof import ( 'vue' ) [ 'useCssModule' ]
162163 const useCssVar : typeof import ( '@vueuse/core' ) [ 'useCssVar' ]
Original file line number Diff line number Diff line change 11import { createI18n } from 'vue-i18n'
22import enUS from 'vant/es/locale/lang/en-US'
33import zhCN from 'vant/es/locale/lang/zh-CN'
4- import { Locale , type PickerColumn } from 'vant'
4+ import { Locale } from 'vant'
5+ import type { PickerColumn } from 'vant'
56
67const FALLBACK_LOCALE = 'zh-CN'
78
You can’t perform that action at this time.
0 commit comments