components.d.ts 1.7 KB

1234567891011121314151617181920212223242526272829
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/core/pull/3399
  4. import '@vue/runtime-core'
  5. declare module '@vue/runtime-core' {
  6. export interface GlobalComponents {
  7. ColumnSet: typeof import('./src/components/ColumnSet/index.vue')['default']
  8. CommonChartsBar: typeof import('./src/components/Echarts/commonChartsBar.vue')['default']
  9. CommonChartsChinaMap: typeof import('./src/components/Echarts/commonChartsChinaMap.vue')['default']
  10. Dialog: typeof import('./src/components/dialog/index.vue')['default']
  11. ElSvgIcon: typeof import('./src/components/ElSvgIcon.vue')['default']
  12. Minheader: typeof import('./src/components/minheader/index.vue')['default']
  13. OverflowTooltip: typeof import('./src/components/OverflowTooltip/index.vue')['default']
  14. RouterLink: typeof import('vue-router')['RouterLink']
  15. RouterView: typeof import('vue-router')['RouterView']
  16. Search: typeof import('./src/components/search/index.vue')['default']
  17. SimpleTable: typeof import('./src/components/SimpleTable/index.vue')['default']
  18. Steps: typeof import('./src/components/steps/index.vue')['default']
  19. Table: typeof import('./src/components/table/index.vue')['default']
  20. Table2: typeof import('./src/components/table2/index.vue')['default']
  21. TableColumnSet: typeof import('./src/components/tableColumnSet/index.vue')['default']
  22. TableHeaderCell: typeof import('./src/components/TableHeaderCell/index.vue')['default']
  23. TableTemp: typeof import('./src/components/tableTemp/index.vue')['default']
  24. TBtnGroup: typeof import('./src/components/TBtnGroup/index.vue')['default']
  25. }
  26. }
  27. export {}