vue-element-admin 菜单栏 三级目录生成无法展示问题
子菜单父级要带<router-view />这样 vuex才有容器去展示 子菜单的内容index.vue:<!-- 父级路由组件--><template><div><!-- xxx html 内容--><router-view /></div></template>https://panjiachen.
·
子菜单父级要带<router-view />
这样 vuex才有容器去展示 子菜单的内容
index.vue:
<!-- 父级路由组件 -->
<template>
<div>
<!-- xxx html 内容 -->
<router-view />
</div>
</template>
更多推荐
已为社区贡献2条内容
所有评论(0)