mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-05 17:22:28 +08:00
10 lines
266 B
TypeScript
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'
|