Skip to content

Commit d8b34fb

Browse files
qinwenchengkagol
authored andcommitted
docs(message): fix #1247
1 parent 429a612 commit d8b34fb

File tree

1 file changed

+6
-6
lines changed
  • packages/devui-vue/docs/components/message

1 file changed

+6
-6
lines changed

packages/devui-vue/docs/components/message/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -252,13 +252,13 @@ message.error({
252252

253253
| 参数名 | 类型 | 默认 | 说明 | 跳转 |
254254
| :------- | :----------------- | :------- | :------------------------- | :---------------------------- |
255-
| message | `string` | '-' | 设置消息文字 | [基础用法](#基础用法) |
255+
| message | `string` | '' | 设置消息文字 | [基础用法](#基础用法) |
256256
| type | `MessageType` | 'normal'| 设置消息内容类型 | [基础用法](#基础用法) |
257-
| showClose | `Boolean`| 'false' | 设置展示可关闭按钮 | [可关闭消息提示](#可关闭消息提示) |
258-
| duration | `number`| '3000' | 设置超时时间 | [超时时间](#超时时间) |
259-
| shadow | `Boolean`| 'true' | 设置是否展示阴影 | [阴影和边框设置](#阴影和边框设置) |
260-
| bordered | `Boolean`| 'true' | 设置是否展示边框 | [阴影和边框设置](#阴影和边框设置) |
261-
| on-close | `() => void` | '' | 设置消息关闭时的回调 | [关闭回调](#关闭回调) |
257+
| showClose | `Boolean`| false | 设置展示可关闭按钮 | [可关闭消息提示](#可关闭消息提示) |
258+
| duration | `number`| 3000 | 设置超时时间 | [超时时间](#超时时间) |
259+
| shadow | `Boolean`| true | 设置是否展示阴影 | [阴影和边框设置](#阴影和边框设置) |
260+
| bordered | `Boolean`| true | 设置是否展示边框 | [阴影和边框设置](#阴影和边框设置) |
261+
| on-close | `() => void` | - | 设置消息关闭时的回调 | [关闭回调](#关闭回调) |
262262

263263

264264
### Message 类型定义

0 commit comments

Comments
 (0)