docs(Progress): remove Methods resize

This commit is contained in:
ascodelife 2021-08-25 16:30:43 +08:00 committed by neverland
parent b4608cebdf
commit 49b4ffe7f0
2 changed files with 0 additions and 16 deletions

View File

@ -69,14 +69,6 @@ Use `pivot-text` to custom textuse `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`.

View File

@ -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 版本开始支持)。