diff --git a/src/progress/README.md b/src/progress/README.md index fbb2052a2..142fb2866 100644 --- a/src/progress/README.md +++ b/src/progress/README.md @@ -69,14 +69,6 @@ Use `pivot-text` to custom text,use `color` to custom bar color. | inactive | Whether to be gray | _boolean_ | `false` | | show-pivot | Whether to show text | _boolean_ | `true` | -### Methods - -Use [ref](https://vuejs.org/v2/api/#ref) to get Progress instance and call instance methods. - -| Name | Description | Attribute | Return value | -| --- | --- | --- | --- | -| resize | Resize Progress when container element resized or visibility changed | - | - | - ### Types Get the type definition of the Progress instance through `ProgressInstance`. diff --git a/src/progress/README.zh-CN.md b/src/progress/README.zh-CN.md index ecc0893e4..6379aad96 100644 --- a/src/progress/README.zh-CN.md +++ b/src/progress/README.zh-CN.md @@ -73,14 +73,6 @@ app.use(Progress); | inactive | 是否置灰 | _boolean_ | `false` | | show-pivot | 是否显示进度文字 | _boolean_ | `true` | -### 方法 - -通过 ref 可以获取到 Progress 实例并调用实例方法,详见[组件实例方法](#/zh-CN/advanced-usage#zu-jian-shi-li-fang-fa)。 - -| 方法名 | 说明 | 参数 | 返回值 | -| ------ | -------------------------------------------- | ---- | ------ | -| resize | 外层元素大小变化后,可以调用此方法来触发重绘 | - | - | - ### 类型定义 通过 `ProgressInstance` 获取 Progress 实例的类型定义(从 3.2.0 版本开始支持)。