如图
一个菜单对应的路由结构如上图
如果做适配窄屏幕
如果在
html
<ElSubMenu :index="route.path" >
中不加入 teleported
就会出现问题
加上就OK了
html
<ElSubMenu :index="route.path" teleported>