components.d.ts 1.9 KB

12345678910111213141516171819202122232425262728293031
  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. CommonCharts: typeof import('./src/components/Echarts/commonCharts.vue')['default']
  8. CommonChartsBar: typeof import('./src/components/Echarts/commonChartsBar.vue')['default']
  9. CommonChartsChinaMap: typeof import('./src/components/Echarts/commonChartsChinaMap.vue')['default']
  10. CommonChartsLine: typeof import('./src/components/Echarts/commonChartsLine.vue')['default']
  11. CommonChartsPie: typeof import('./src/components/Echarts/commonChartsPie.vue')['default']
  12. CommonChartsQiu: typeof import('./src/components/Echarts/commonChartsQiu.vue')['default']
  13. CommonChartsRadar: typeof import('./src/components/Echarts/commonChartsRadar.vue')['default']
  14. CommonChartsScatter: typeof import('./src/components/Echarts/commonChartsScatter.vue')['default']
  15. Dialog: typeof import('./src/components/dialog/index.vue')['default']
  16. ElSvgIcon: typeof import('./src/components/ElSvgIcon.vue')['default']
  17. Minheader: typeof import('./src/components/minheader/index.vue')['default']
  18. RouterLink: typeof import('vue-router')['RouterLink']
  19. RouterView: typeof import('vue-router')['RouterView']
  20. Search: typeof import('./src/components/search/index.vue')['default']
  21. Steps: typeof import('./src/components/steps/index.vue')['default']
  22. Table: typeof import('./src/components/table/index.vue')['default']
  23. Table2: typeof import('./src/components/table2/index.vue')['default']
  24. TableColumnSet: typeof import('./src/components/tableColumnSet/index.vue')['default']
  25. TableTemp: typeof import('./src/components/tableTemp/index.vue')['default']
  26. TBtnGroup: typeof import('./src/components/TBtnGroup/index.vue')['default']
  27. }
  28. }
  29. export {}