Initial commit

This commit is contained in:
fawney19
2025-12-10 20:52:44 +08:00
commit f784106826
485 changed files with 110993 additions and 0 deletions

View 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'