Files
Aether/frontend/src/components/common/index.ts
2025-12-10 20:52:44 +08:00

10 lines
266 B
TypeScript

/**
* Common Components
* 常用的自定义业务组件
*/
// 状态和反馈组件
export { default as EmptyState } from './EmptyState.vue'
export { default as AlertDialog } from './AlertDialog.vue'
export { default as LoadingState } from './LoadingState.vue'