* 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.
6 lines
142 B
Vue
6 lines
142 B
Vue
<template functional>
|
|
<div style="padding:30px;">
|
|
<el-alert title="menu 1-2-1" type="warning" :closable="false" />
|
|
</div>
|
|
</template>
|