File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ stats.html
3232# 组件内容生成的类型声明
3333components.d.ts
3434# 自动导入相关api内容生成的类型声明
35- auto-imports.d.ts
35+ / src / auto-imports.d.ts
Original file line number Diff line number Diff line change @@ -32,4 +32,4 @@ stats.html
3232# 组件内容生成的类型声明,建议把他加入 gitignore 中,以免出现频繁更改导致 git 监测到项目内容一直变动的问题
3333compnents.d.ts
3434
35- auto-imports.d.ts
35+ / src / auto-imports.d.ts
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ declare module '@vue/runtime-core' {
1212 RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
1313 Tabbar : typeof import ( './src/layout/tabbar/index.vue' ) [ 'default' ]
1414 VanButton : typeof import ( 'vant/es' ) [ 'Button' ]
15- VanIcon : typeof import ( 'vant/es' ) [ 'Icon' ]
1615 VanTabbar : typeof import ( 'vant/es' ) [ 'Tabbar' ]
1716 VanTabbarItem : typeof import ( 'vant/es' ) [ 'TabbarItem' ]
18- VanTag : typeof import ( 'vant/es' ) [ 'Tag' ]
1917 }
2018}
You can’t perform that action at this time.
0 commit comments