chore: 新增 prettier 忽略文件
This commit is contained in:
4
src/types/components.d.ts
vendored
4
src/types/components.d.ts
vendored
@@ -5,7 +5,11 @@ import '@vue/runtime-core'
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
export interface GlobalComponents {
|
||||
ElButton: typeof import('element-plus/es')['ElButton']
|
||||
HelloWorld: typeof import('./../components/HelloWorld.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
SvgIcon: typeof import('./../components/SvgIcon/index.vue')['default']
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user