Browse Source

fix: 优化文档

Drjnigfubo 3 years ago
parent
commit
e9be8ce385
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/packages/__VUE/progress/doc.md

+ 1 - 1
src/packages/__VUE/progress/doc.md

@@ -127,7 +127,7 @@ app.use(Icon);
 | 字段 | 说明 | 类型 | 默认值
 |----- | ----- | ----- | -----
 | percentage | 百分比 | Number | 0
-| is-show-percentage="false" | 是否需要展示百分号 | Boolean | true
+| is-show-percentage | 是否需要展示百分号 | Boolean | true
 | stroke-color | 进度条背景色 | String | #f30
 | stroke-width | 进度条宽度 | String | ''
 | size | 进度条及文字尺寸,可选值small/base/large | String | -