Vant: [Bug Report] Vant tabs 渲染和值绑定异常

Created on 13 Nov 2019  ·  2Comments  ·  Source: youzan/vant

设备 / 浏览器

Chromium Version 76.0.3809.100 (Official Build)

Vant 版本

2.2.11

Vue版本

2.6.10

重现链接

https://jsfiddle.net/Rtfsc8/Lpy7egk8/17/

描述问题

  1. 值绑定异常
  2. 渲染位置异常
🐞 bug

Most helpful comment

已在 2.2.13 版修复

All 2 comments

渲染位置异常

由于 html 语法的限制,在 html 页面中使用时 Vue 组件时,不能使用自闭合标签
因此 <van-tab /> 要写成 <van-tab></van-tab>

值绑定异常

原因是 name 设置成空字符串或数字 0 时会被组件忽略,下个版本会兼容下

已在 2.2.13 版修复

Was this page helpful?
0 / 5 - 0 ratings

Related issues

VancySavoki picture VancySavoki  ·  4Comments

LiGuoBi picture LiGuoBi  ·  4Comments

1014156094 picture 1014156094  ·  3Comments

wang475293638 picture wang475293638  ·  3Comments

resway picture resway  ·  4Comments