feat: 增强情绪博物馆项目功能 - 新增用户评论和帖子功能,优化前端架构和WebSocket通信 - 更新文档和部署配置
This commit is contained in:
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
/* eslint-disable */
|
||||
/* prettier-ignore */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
export {}
|
||||
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
EmojiPicker: typeof import('./src/components/emoji/EmojiPicker.vue')['default']
|
||||
ErrorBoundary: typeof import('./src/components/error/ErrorBoundary.vue')['default']
|
||||
FileUpload: typeof import('./src/components/upload/FileUpload.vue')['default']
|
||||
ImageUpload: typeof import('./src/components/upload/ImageUpload.vue')['default']
|
||||
NotificationCenter: typeof import('./src/components/notification/NotificationCenter.vue')['default']
|
||||
RichTextEditor: typeof import('./src/components/editor/RichTextEditor.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user