mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 07:00:42 +08:00
* refactor(sidebar-item): optimizate SiderbarItem. * chore: update nested examples. * fix: fix a wrong path. * fix: fix a transition bug. * fix: fix a wrong path. * perf: using "router" mode of el-menu. * Revert "perf: using "router" mode of el-menu." This reverts commit cef02a30b02a31242521e9e678cfeaad6f09448c. * fix: complement i18n text.
8 lines
149 B
Vue
8 lines
149 B
Vue
<template >
|
|
<div style="padding:30px;">
|
|
<el-alert title="menu 1" :closable="false">
|
|
<router-view />
|
|
</el-alert>
|
|
</div>
|
|
</template>
|