You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.5 KiB
28 lines
1.5 KiB
// 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 {
|
|
ACol: typeof import('ant-design-vue/es')['Col']
|
|
ACollapse: typeof import('ant-design-vue/es')['Collapse']
|
|
ACollapsePanel: typeof import('ant-design-vue/es')['CollapsePanel']
|
|
ARow: typeof import('ant-design-vue/es')['Row']
|
|
Aside: typeof import('./src/components/aside/index.vue')['default']
|
|
ATabPane: typeof import('ant-design-vue/es')['TabPane']
|
|
ATabs: typeof import('ant-design-vue/es')['Tabs']
|
|
ATree: typeof import('ant-design-vue/es')['Tree']
|
|
Basic: typeof import('./src/components/aside/leftMenu/leftMenuItem/basic.vue')['default']
|
|
LeftMenu: typeof import('./src/components/aside/leftMenu/index.vue')['default']
|
|
Models3d: typeof import('./src/components/aside/leftMenu/leftMenuItem/models3d.vue')['default']
|
|
Modelsimages: typeof import('./src/components/aside/leftMenu/leftMenuItem/modelsimages.vue')['default']
|
|
RightMenu: typeof import('./src/components/aside/rightMenu/index.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Sytemcomponent: typeof import('./src/components/aside/leftMenu/leftMenuItem/sytemcomponent.vue')['default']
|
|
Tools: typeof import('./src/components/aside/leftMenu/leftMenuItem/tools.vue')['default']
|
|
}
|
|
}
|
|
|