这样设置为什么会报错?
<txv-video
wx:if="{{video.vid}}"
width="{{100%}}"
height="{{'auto'}}"
vid="{{video.vid}}"
playerid="{{video.vid}}"
autoplay="{{true}}">
</txv-video>
[ WXML 文件编译错误] ./pages/videodetail/index.wxml
Bad attr `width` with message
24 | <txv-video
25 | wx:if="{{video.vid}}"
> 26 | width="{{100%}}"
| ^
27 | height="{{'auto'}}"
28 | vid="{{video.vid}}"
29 | playerid="{{video.vid}}"
at files://miniprogram/pages/videodetail/index.wxml#26(env: macOS,mp,1.05.2105242; lib: 2.14.1)
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。