feat: 添加无Layout的空白页面示例

This commit is contained in:
xiaoxian521
2022-08-17 19:39:54 +08:00
parent 8314df9faf
commit e0c8781bcc
8 changed files with 397 additions and 413 deletions

View File

@@ -69,7 +69,7 @@ watch(
router
unique-opened
mode="vertical"
class="outer-most"
class="outer-most select-none"
:collapse="isCollapse"
:default-active="route.path"
:collapse-transition="false"
@@ -79,8 +79,8 @@ watch(
v-for="routes in menuData"
:key="routes.path"
:item="routes"
class="outer-most"
:base-path="routes.path"
class="outer-most select-none"
/>
</el-menu>
</el-scrollbar>