feat: 添加第二布局页面,更新路由配置以支持新布局
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m14s
/ playwright (push) Successful in 2m45s
/ depcheck (push) Successful in 1m14s

This commit is contained in:
严浩
2024-12-26 18:51:16 +08:00
parent f3e6dbcc0e
commit 8d048038ee
6 changed files with 30 additions and 7 deletions

View File

@ -0,0 +1,11 @@
<template>
<div>src/pages/use-second-layout-1/index.page.vue</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>
<route lang="yaml">
meta:
layout: second
</route>

View File

@ -0,0 +1,11 @@
<template>
<div>src/pages/use-second-layout-2.page.vue</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>
<route lang="yaml">
meta:
layout: second
</route>