Newer
Older
smart-metering-front / src / components.d.ts
dutingting on 6 Dec 2022 3 KB 处理eslint语法问题
// 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 {
    AddNode: typeof import('./components/addNode.vue')['default']
    AppContainer: typeof import('./components/AppContainer/index.vue')['default']
    ApproverDrawer: typeof import('./components/drawer/approverDrawer.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']
    ConditionDrawer: typeof import('./components/drawer/conditionDrawer.vue')['default']
    CopyerDrawer: typeof import('./components/drawer/copyerDrawer.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']
    EmployeesDialog: typeof import('./components/dialog/employeesDialog.vue')['default']
    EmployeesRoleDialog: typeof import('./components/dialog/employeesRoleDialog.vue')['default']
    ErrorDialog: typeof import('./components/dialog/errorDialog.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']
    NodeWrap: typeof import('./components/nodeWrap.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']
    PromoterDrawer: typeof import('./components/drawer/promoterDrawer.vue')['default']
    RoleDialog: typeof import('./components/dialog/roleDialog.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']
    SelectBox: typeof import('./components/selectBox.vue')['default']
    SelectResult: typeof import('./components/selectResult.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']
    WorkFlow: typeof import('./components/workFlow/workFlow.vue')['default']
  }
}