video标签picture-in-picture-show-progress属性使用报错?
picture-in-picture-show-progress video标签使用这个属性的时候解析报错
VM4331:1 ./pages/index/index.wxml
unexpected attribute name, near `picture…`
12 | controls="{{false}}"
13 | loop="{{true}}"
> 14 | custom-cache="{{false}}"
| ^
15 | picture-in-picture-show-progress="{{true}}"
16 | id=“video{{index}}”
17 | data-id="{{item.id}}"
1 回复