feat:新增Comment评论组件

This commit is contained in:
liangdong
2026-01-04 22:01:26 +08:00
parent 2978a31791
commit bae034d6eb
4 changed files with 352 additions and 26 deletions

1
components.d.ts vendored
View File

@@ -12,6 +12,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
CardItem: typeof import('./src/components/cardItem/index.vue')['default']
Comment: typeof import('./src/components/comment/index.vue')['default']
CommonFilter: typeof import('./src/components/commonFilter/index.vue')['default']
ElAside: typeof import('element-plus/es')['ElAside']
ElAvatar: typeof import('element-plus/es')['ElAvatar']