vbenjs / vben-admin-thin-next

vue-vben-admin-2.0 mini template.vue3,vite,typescript
https://vvbin.cn/thin/next
MIT License
2.06k stars 853 forks source link

template下面多个标签tab页无法切换 #20

Closed fakerBABA closed 3 years ago

fakerBABA commented 3 years ago

Describe the bug

A clear and concise description of what the bug is..

Reproduction

template下面多个标签tab页无法切换且会导致所有的路由都无法加载,只有刷新页面才可以解决 类似于下面这种情况: <template> <span>1</span> <span>2</span> </template> 即使很简单的标签也会出现该问题,经过测试再最新版@2.4.2中也会出现该问题

System Info

anncwb commented 3 years ago

这个是由于Transition组件,可以看文档常见问题