refactor: ♻️ 移动 shims-vue.d.ts 文件位置

Former-commit-id: 6f58051faefaafb0fc3b26bcd1d9a80adb86d5e5
This commit is contained in:
郝先瑞
2023-07-24 23:57:33 +08:00
parent 28f8395359
commit 085b53f1a4
2 changed files with 1 additions and 1 deletions

1
src/shims-vue.d.ts vendored
View File

@@ -1 +0,0 @@
declare module 'xlsx/xlsx.mjs'

1
src/types/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
declare module "xlsx/xlsx.mjs";