mirror of
https://github.com/zclzone/vue-naive-admin.git
synced 2025-12-28 12:10:20 +08:00
feat: 增加多级菜单示例
This commit is contained in:
8
src/views/multi-menu/a-1/index.vue
Normal file
8
src/views/multi-menu/a-1/index.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<CommonPage>
|
||||
<div>a-1</div>
|
||||
<div pl-20>
|
||||
<RouterView />
|
||||
</div>
|
||||
</CommonPage>
|
||||
</template>
|
||||
Reference in New Issue
Block a user