### 重现链接 https://vant-ui.github.io/vant-weapp/#/progress#xian-tiao-cu-xi ### Vant Weapp 版本 1.11.7 ### 描述一下你遇到的问题。 在官网文档中`Progress` 组件中有一个进度值得属性 **percentage**。 但是在”线条粗细“示例中采用了类似vue得属性绑定形式: **:percentage**。 ### 重现步骤 直接复制后,percentage失效。 ```vue <van-progress :percentage="50" stroke-width="8" /> ``` ### 设备/浏览器 _No response_