feat: 添加默认布局和第二布局,更新路由配置以支持新布局
This commit is contained in:
@ -48,8 +48,10 @@ export function Plugins() {
|
||||
},
|
||||
}), // https://vue-macros.dev/zh-CN/guide/bundler-integration.html
|
||||
|
||||
// https://github.com/JohnCampionJr/vite-plugin-vue-layouts
|
||||
Layouts(),
|
||||
// https://github.com/JohnCampionJr/vite-plugin-vue-layouts?tab=readme-ov-file#configuration
|
||||
Layouts({
|
||||
defaultLayout: 'default-layout',
|
||||
}),
|
||||
|
||||
// https://github.com/antfu/unocss
|
||||
// see uno.config.ts for config
|
||||
|
Reference in New Issue
Block a user