chore: components.d.ts 自动更新(CountUp组件注册,build生成)

This commit is contained in:
Hermes CI Fix
2026-08-30 07:27:21 +08:00
parent c36ed35348
commit 0c79ba32c8
+1
View File
@@ -13,6 +13,7 @@ declare module 'vue' {
export interface GlobalComponents {
BulletChart: typeof import('./src/components/charts/BulletChart.vue')['default']
ConnectionLines: typeof import('./src/components/strategy/ConnectionLines.vue')['default']
CountUp: typeof import('./src/components/CountUp.vue')['default']
DriverFactorBudget: typeof import('./src/components/DriverFactorBudget.vue')['default']
ElAlert: typeof import('element-plus/es')['ElAlert']
ElAside: typeof import('element-plus/es')['ElAside']