mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-23 13:31:06 +08:00
docs(message): fix MessageProvider create description (#3223)
This commit is contained in:
parent
14cc587e8d
commit
0238e7c422
@ -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. | |
|
||||
|
@ -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 类型的信息 | |
|
||||
|
Loading…
Reference in New Issue
Block a user