暂时移除TS的类型提示,后期还是要改!

This commit is contained in:
编码猿
2025-09-18 02:54:57 +08:00
parent af2b3badd0
commit 327e80d71e
4 changed files with 8 additions and 2 deletions

View File

@@ -1,6 +1,5 @@
import {defineComponent, onMounted, reactive} from 'vue'
import Header from '@/components/Header'
// @ts-ignore
import {UrlCheckUtils} from 'shared/utils'
import {useCounterStore} from '@/stores/counter'
import {storeToRefs} from 'pinia'