update: 忽略component.d.ts
This commit is contained in:
parent
a91b4b6b99
commit
5a8799ffaa
|
@ -1,25 +0,0 @@
|
||||||
// generated by unplugin-vue-components
|
|
||||||
// We suggest you to commit this file into source control
|
|
||||||
// Read more: https://github.com/vuejs/core/pull/3399
|
|
||||||
import '@vue/runtime-core'
|
|
||||||
|
|
||||||
export {}
|
|
||||||
|
|
||||||
declare module '@vue/runtime-core' {
|
|
||||||
export interface GlobalComponents {
|
|
||||||
BadgeStatus: typeof import('./src/components/BadgeStatus/index.vue')['default']
|
|
||||||
CardBox: typeof import('./src/components/CardBox/index.vue')['default']
|
|
||||||
FormFormBuilder: typeof import('./src/components/Form/FormBuilder.vue')['default']
|
|
||||||
GeoComponent: typeof import('./src/components/GeoComponent/index.vue')['default']
|
|
||||||
MonacoEditor: typeof import('./src/components/MonacoEditor/index.vue')['default']
|
|
||||||
PermissionButton: typeof import('./src/components/PermissionButton/index.vue')['default']
|
|
||||||
RadioCard: typeof import('./src/components/RadioCard/index.vue')['default']
|
|
||||||
RouterLink: typeof import('vue-router')['RouterLink']
|
|
||||||
RouterView: typeof import('vue-router')['RouterView']
|
|
||||||
SearchItem: typeof import('./src/components/Search/Item.vue')['default']
|
|
||||||
SearchSearch: typeof import('./src/components/Search/Search.vue')['default']
|
|
||||||
Table: typeof import('./src/components/Table/index.vue')['default']
|
|
||||||
TitleComponent: typeof import('./src/components/TitleComponent/index.vue')['default']
|
|
||||||
ValueItem: typeof import('./src/components/ValueItem/index.vue')['default']
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue