fix:评论完善加载逻辑

This commit is contained in:
liangdong
2026-01-06 21:09:10 +08:00
parent c21e778036
commit b7ca434172
5 changed files with 271 additions and 216 deletions

1
components.d.ts vendored
View File

@@ -80,6 +80,7 @@ declare module 'vue' {
Xxxx: typeof import('./src/components/xxxx/index.vue')['default']
}
export interface GlobalDirectives {
vInfiniteScroll: typeof import('element-plus/es')['ElInfiniteScroll']
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}