Chromium Version 76.0.3809.100 (Official Build)
2.2.11
2.6.10
https://jsfiddle.net/Rtfsc8/Lpy7egk8/17/
已在 2.2.13 版修复
由于 html 语法的限制,在 html 页面中使用时 Vue 组件时,不能使用自闭合标签 因此 <van-tab /> 要写成 <van-tab></van-tab>
<van-tab />
<van-tab></van-tab>
原因是 name 设置成空字符串或数字 0 时会被组件忽略,下个版本会兼容下
Most helpful comment
已在 2.2.13 版修复