components.d.ts 1.2 KB

123456789101112131415161718192021222324
  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. AutomaticPop: typeof import('./src/components/automaticPop/index.vue')['default']
  8. Dialog: typeof import('./src/components/dialog/index.vue')['default']
  9. ElSvgIcon: typeof import('./src/components/ElSvgIcon.vue')['default']
  10. Minheader: typeof import('./src/components/minheader/index.vue')['default']
  11. RouterLink: typeof import('vue-router')['RouterLink']
  12. RouterView: typeof import('vue-router')['RouterView']
  13. Search: typeof import('./src/components/search/index.vue')['default']
  14. Steps: typeof import('./src/components/steps/index.vue')['default']
  15. Table: typeof import('./src/components/table/index.vue')['default']
  16. Table2: typeof import('./src/components/table2/index.vue')['default']
  17. TableColumnSet: typeof import('./src/components/tableColumnSet/index.vue')['default']
  18. TableTemp: typeof import('./src/components/tableTemp/index.vue')['default']
  19. TBtnGroup: typeof import('./src/components/TBtnGroup/index.vue')['default']
  20. }
  21. }
  22. export {}