components.d.ts 1.0 KB

1234567891011121314151617181920212223
  1. // generated by unplugin-vue-components
  2. // We suggest you to commit this file into source control
  3. // Read more: https://github.com/vuejs/vue-next/pull/3399
  4. declare module 'vue' {
  5. export interface GlobalComponents {
  6. ChangePassword: typeof import('./src/components/ChangePassword.vue')['default']
  7. ElButton: typeof import('element-plus/es')['ElButton']
  8. ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
  9. ElDialog: typeof import('element-plus/es')['ElDialog']
  10. ElForm: typeof import('element-plus/es')['ElForm']
  11. ElFormItem: typeof import('element-plus/es')['ElFormItem']
  12. ElIcon: typeof import('element-plus/es')['ElIcon']
  13. ElInput: typeof import('element-plus/es')['ElInput']
  14. ElPagination: typeof import('element-plus/es')['ElPagination']
  15. ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
  16. ElTable: typeof import('element-plus/es')['ElTable']
  17. ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
  18. Head: typeof import('./src/components/Head.vue')['default']
  19. }
  20. }
  21. export { }