mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-08 10:42:29 +08:00
Initial commit
This commit is contained in:
9
frontend/src/components/common/index.ts
Normal file
9
frontend/src/components/common/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Common Components
|
||||
* 常用的自定义业务组件
|
||||
*/
|
||||
|
||||
// 状态和反馈组件
|
||||
export { default as EmptyState } from './EmptyState.vue'
|
||||
export { default as AlertDialog } from './AlertDialog.vue'
|
||||
export { default as LoadingState } from './LoadingState.vue'
|
||||
Reference in New Issue
Block a user