Newer
Older
SpaceIntegration_front / src / components.d.ts
Stephanie on 1 Dec 2022 2 KB first commit
// 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 {
    AppContainer: typeof import('./components/AppContainer/index.vue')['default']
    Auth: typeof import('./components/Auth/index.vue')['default']
    AuthAll: typeof import('./components/AuthAll/index.vue')['default']
    BatchActionBar: typeof import('./components/BatchActionBar/index.vue')['default']
    Copyright: typeof import('./components/Copyright/index.vue')['default']
    DeptSelect: typeof import('./components/DeptSelect/index.vue')['default']
    Editor: typeof import('./components/Editor/index.vue')['default']
    FileUpload: typeof import('./components/FileUpload/index.vue')['default']
    FixedActionBar: typeof import('./components/FixedActionBar/index.vue')['default']
    ImagePreview: typeof import('./components/ImagePreview/index.vue')['default']
    ImagesUpload: typeof import('./components/ImagesUpload/index.vue')['default']
    ImageUpload: typeof import('./components/ImageUpload/index.vue')['default']
    NormalTable: typeof import('./components/NormalTable/index.vue')['default']
    PageHeader: typeof import('./components/PageHeader/index.vue')['default']
    PageMain: typeof import('./components/PageMain/index.vue')['default']
    PcasCascader: typeof import('./components/PcasCascader/index.vue')['default']
    RouterLink: typeof import('vue-router')['RouterLink']
    RouterView: typeof import('vue-router')['RouterView']
    SearchArea: typeof import('./components/SearchArea/index.vue')['default']
    SearchBar: typeof import('./components/SearchBar/index.vue')['default']
    SearchItem: typeof import('./components/SearchArea/SearchItem.vue')['default']
    SelectTree: typeof import('./components/SelectTree/index.vue')['default']
    SvgIcon: typeof import('./components/SvgIcon/index.vue')['default']
    SystemInfo: typeof import('./components/SystemInfo/index.vue')['default']
    TableContainer: typeof import('./components/TableContainer/index.vue')['default']
    Trend: typeof import('./components/Trend/index.vue')['default']
  }
}