Showing
2 changed files
with
1 additions
and
32 deletions
frontend/components.d.ts
deleted
100644 → 0
| 1 | -/* eslint-disable */ | ||
| 2 | -/* prettier-ignore */ | ||
| 3 | -// @ts-nocheck | ||
| 4 | -// Generated by unplugin-vue-components | ||
| 5 | -// Read more: https://github.com/vuejs/core/pull/3399 | ||
| 6 | -export {} | ||
| 7 | - | ||
| 8 | -declare module 'vue' { | ||
| 9 | - export interface GlobalComponents { | ||
| 10 | - ElButton: typeof import('element-plus/es')['ElButton'] | ||
| 11 | - ElDatePicker: typeof import('element-plus/es')['ElDatePicker'] | ||
| 12 | - ElDescriptions: typeof import('element-plus/es')['ElDescriptions'] | ||
| 13 | - ElDescriptionsItem: typeof import('element-plus/es')['ElDescriptionsItem'] | ||
| 14 | - ElDialog: typeof import('element-plus/es')['ElDialog'] | ||
| 15 | - ElForm: typeof import('element-plus/es')['ElForm'] | ||
| 16 | - ElFormItem: typeof import('element-plus/es')['ElFormItem'] | ||
| 17 | - ElInput: typeof import('element-plus/es')['ElInput'] | ||
| 18 | - ElInputNumber: typeof import('element-plus/es')['ElInputNumber'] | ||
| 19 | - ElOption: typeof import('element-plus/es')['ElOption'] | ||
| 20 | - ElRadio: typeof import('element-plus/es')['ElRadio'] | ||
| 21 | - ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup'] | ||
| 22 | - ElSelect: typeof import('element-plus/es')['ElSelect'] | ||
| 23 | - ElTable: typeof import('element-plus/es')['ElTable'] | ||
| 24 | - ElTableColumn: typeof import('element-plus/es')['ElTableColumn'] | ||
| 25 | - ElTag: typeof import('element-plus/es')['ElTag'] | ||
| 26 | - Header: typeof import('./src/components/layout/Header.vue')['default'] | ||
| 27 | - RouterLink: typeof import('vue-router')['RouterLink'] | ||
| 28 | - RouterView: typeof import('vue-router')['RouterView'] | ||
| 29 | - Sidebar: typeof import('./src/components/layout/Sidebar.vue')['default'] | ||
| 30 | - SidebarItem: typeof import('./src/components/layout/SidebarItem.vue')['default'] | ||
| 31 | - } | ||
| 32 | -} |
-
Please register or login to post a comment