Closed fakerBABA closed 3 years ago
A clear and concise description of what the bug is..
template下面多个标签tab页无法切换且会导致所有的路由都无法加载,只有刷新页面才可以解决 类似于下面这种情况: <template> <span>1</span> <span>2</span> </template> 即使很简单的标签也会出现该问题,经过测试再最新版@2.4.2中也会出现该问题
<template> <span>1</span> <span>2</span> </template>
这个是由于Transition组件,可以看文档常见问题
Transition
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