mirror of
https://github.com/fawney19/Aether.git
synced 2026-01-08 10:42:29 +08:00
Initial commit
This commit is contained in:
15
frontend/src/components/layout/index.ts
Normal file
15
frontend/src/components/layout/index.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Layout Components Library
|
||||
* 基于 shadcn/ui 的自定义布局组件库
|
||||
*/
|
||||
|
||||
// 页面布局组件
|
||||
export { default as PageHeader } from './PageHeader.vue'
|
||||
export { default as PageContainer } from './PageContainer.vue'
|
||||
export { default as Section } from './Section.vue'
|
||||
export { default as CardSection } from './CardSection.vue'
|
||||
|
||||
// 应用外壳组件
|
||||
export { default as AppShell } from './AppShell.vue'
|
||||
export { default as MobileNav } from './MobileNav.vue'
|
||||
export { default as SidebarNav } from './SidebarNav.vue'
|
||||
Reference in New Issue
Block a user