1234567891011121314151617181920212223 |
- // generated by unplugin-vue-components
- // We suggest you to commit this file into source control
- // Read more: https://github.com/vuejs/vue-next/pull/3399
- declare module 'vue' {
- export interface GlobalComponents {
- ChangePassword: typeof import('./src/components/ChangePassword.vue')['default']
- ElButton: typeof import('element-plus/es')['ElButton']
- ElConfigProvider: typeof import('element-plus/es')['ElConfigProvider']
- ElDialog: typeof import('element-plus/es')['ElDialog']
- ElForm: typeof import('element-plus/es')['ElForm']
- ElFormItem: typeof import('element-plus/es')['ElFormItem']
- ElIcon: typeof import('element-plus/es')['ElIcon']
- ElInput: typeof import('element-plus/es')['ElInput']
- ElPagination: typeof import('element-plus/es')['ElPagination']
- ElPopconfirm: typeof import('element-plus/es')['ElPopconfirm']
- ElTable: typeof import('element-plus/es')['ElTable']
- ElTableColumn: typeof import('element-plus/es')['ElTableColumn']
- Head: typeof import('./src/components/Head.vue')['default']
- }
- }
- export { }
|