feat: 增加多级菜单示例

This commit is contained in:
zclzone
2022-11-24 18:16:37 +08:00
parent 67b11f04fc
commit 4c1c77821f
7 changed files with 108 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<template>
<CommonPage>
<div>a</div>
<div pl-20>
<RouterView />
</div>
</CommonPage>
</template>