We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
微信小程序
https://github.com/zhaoguoweiLLHC/taro-issues-video-2020-11-25 小程序基础库: 2.14.0 使用框架: React
<Video> <CoverView>123</CoverView> </Video>
cover-view 正确被video包裹
<video> <cover-view>123</cover-view> </video>
cover-view 未被包裹,却包裹了当前视频的观看秒数。
<video>00:00</video>
� Taro v3.0.17 Taro CLI 3.0.17 environment info: System: OS: Windows 10 Binaries: Node: 12.18.3 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.5 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered:
我遇到了同样的问题,没人来解释哈吗
Sorry, something went wrong.
fix(shared): 修复 video 不能嵌套组件的问题,fix #8126
6015e49
我目前用和小程序代码混写来跳坑了。
Fix/components (#8178)
f0b76ac
* fix(shared): 支付宝Textarea增加enableNative属性,fix #8138 * fix(shared): 修复 video 不能嵌套组件的问题,fix #8126 * fix(shared): 同步 qq button 组件属性, fix #8150 * fix: ci Co-authored-by: Li,Weitao <weitaozsh@gmail.com>
Successfully merging a pull request may close this issue.
相关平台
微信小程序
复现仓库
https://github.com/zhaoguoweiLLHC/taro-issues-video-2020-11-25
小程序基础库: 2.14.0
使用框架: React
复现步骤
期望结果
cover-view 正确被video包裹
实际结果
cover-view 未被包裹,却包裹了当前视频的观看秒数。
环境信息
The text was updated successfully, but these errors were encountered: