docs(message): fix MessageProvider create description (#3223)

This commit is contained in:
XieZongChen 2022-07-03 17:39:00 +08:00 committed by GitHub
parent 14cc587e8d
commit 0238e7c422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ no-icon.vue
| Name | Type | Description | Version |
| --- | --- | --- | --- |
| destroyAll | `() => void` | Destroy all popup messages. | |
| create | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | Use error type message. | 2.25.7 |
| create | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | Use create type message. | 2.25.7 |
| error | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | Use error type message. | |
| info | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | Use info type message. | |
| loading | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | Use loading type message. | |

View File

@ -73,7 +73,7 @@ no-icon.vue
| 名称 | 类型 | 说明 | 版本 |
| --- | --- | --- | --- |
| destroyAll | `() => void` | 销毁所有弹出的信息 | |
| create | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | 调用 error 类型的信息 | 2.25.7 |
| create | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | 调用 create 类型的信息 | 2.25.7 |
| error | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | 调用 error 类型的信息 | |
| info | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | 调用 info 类型的信息 | |
| loading | `(content: string \| (() => VNodeChild), option?: MessageOption) => MessageReactive` | 调用 loading 类型的信息 | |