1234567891011121314151617181920212223242526272829303132333435363738394041 |
- /* eslint-disable */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- /* prettier-ignore */
- declare module 'vue' {
- export interface GlobalComponents {
- BaseButton: typeof import('./src/components/BaseButton/index.vue')['default']
- BaseCard: typeof import('./src/components/BaseCard/index.vue')['default']
- BaseInput: typeof import('./src/components/BaseInput/index.vue')['default']
- BaseNumberInput: typeof import('./src/components/BaseNumberInput/index.vue')['default']
- BasePopover: typeof import('./src/components/BasePopover/index.vue')['default']
- BaseTable: typeof import('./src/components/BaseTable/index.vue')['default']
- ChatAgentInput: typeof import('./src/components/Chat/ChatAgentInput.vue')['default']
- ChatAnswer: typeof import('./src/components/Chat/ChatAnswer.vue')['default']
- ChatAsk: typeof import('./src/components/Chat/ChatAsk.vue')['default']
- ChatBaseCard: typeof import('./src/components/Chat/ChatBaseCard.vue')['default']
- ChatInput: typeof import('./src/components/Chat/ChatInput.vue')['default']
- ChatSite: typeof import('./src/components/Chat/ChatSite.vue')['default']
- ChatText: typeof import('./src/components/Chat/ChatText.vue')['default']
- ChatWelcome: typeof import('./src/components/ChatWelcome/index.vue')['default']
- ContactUs: typeof import('./src/components/User/contactUs.vue')['default']
- EditPassword: typeof import('./src/components/Dialog/editPassword.vue')['default']
- RecodeCardItem: typeof import('./src/components/RecodeCardItem/index.vue')['default']
- RecodeSquareCardItem: typeof import('./src/components/RecodeSquareCardItem/index.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- SvgIcon: typeof import('./src/components/SvgIcon/index.vue')['default']
- TheChatView: typeof import('./src/components/Layout/TheChatView.vue')['default']
- TheControlView: typeof import('./src/components/Layout/TheControlView.vue')['default']
- TheLogo: typeof import('./src/components/Layout/TheLogo.vue')['default']
- TheMenu: typeof import('./src/components/Layout/TheMenu.vue')['default']
- ThePublicLayout: typeof import('./src/components/Layout/ThePublicLayout.vue')['default']
- TheSubMenu: typeof import('./src/components/Layout/TheSubMenu.vue')['default']
- TheUserAvatar: typeof import('./src/components/Layout/TheUserAvatar.vue')['default']
- UserEdit: typeof import('./src/components/User/userEdit.vue')['default']
- UserTop: typeof import('./src/components/Layout/userTop.vue')['default']
- }
- }
|