* 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 cef02a30b0
.
* fix: complement i18n text.
8 lines
166 B
Vue
8 lines
166 B
Vue
<template >
|
|
<div style="padding:30px;">
|
|
<el-alert title="menu 1-1" type="success" :closable="false">
|
|
<router-view />
|
|
</el-alert>
|
|
</div>
|
|
</template>
|