el-menu-item index="3-1">选项1</el-menu-item> </el-submenu> </el-menu> </template> <script> export default { methods: { handleOpen(key, keyPath) { console.log(key, keyPath); }, handleClose(key, keyPath) { console.log(key, keyPath); }...
<el-menu default-active="2" class="el-menu-vertical-demo" @open="handleOpen" @close="handleClose"> <el-submenu index="1"> <template slot="title">导航一</template> <el-menu-item-group> <template slot="title">分组一</template> <el-menu-item index="1-1">选项1</el-menu-item> <...
先看问题效果 这里的el-menu中的:collapse已经设置为true了,但是文字和>还是显示了出来,而且悬浮上去确实也有折叠时的效果如下。 这里研究了一下,发现只要我把el-submenu直接放入到el-menu中是可以的,但是实际业务中做动...
issue-open-check.yml on: issues issue-open-check 2s Oh hello! Nice to see you. Made with ️ by humans.txt Annotations 1 warning issue-open-check ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636 ...
Open Bruse-Lee opened this issue Aug 11, 2023· 5 comments CommentsBruse-Lee commented Aug 11, 2023 Bug Type: ComponentEnvironmentVue Version: 3.2.0Element Plus Version: 2.2.0Browser / OS: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0....