style(frontend): 优化 Components 代码风格和结构
- 统一移除语句末尾分号,规范代码格式 - 优化组件类型定义和 props 声明 - 改进组件文档和示例代码 - 提升代码可读性和一致性
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
* Export all layout components for easy importing
|
||||
*/
|
||||
|
||||
export { default as AppLayout } from './AppLayout.vue';
|
||||
export { default as AppSidebar } from './AppSidebar.vue';
|
||||
export { default as AppHeader } from './AppHeader.vue';
|
||||
export { default as AuthLayout } from './AuthLayout.vue';
|
||||
export { default as AppLayout } from './AppLayout.vue'
|
||||
export { default as AppSidebar } from './AppSidebar.vue'
|
||||
export { default as AppHeader } from './AppHeader.vue'
|
||||
export { default as AuthLayout } from './AuthLayout.vue'
|
||||
|
||||
Reference in New Issue
Block a user