File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/devui-vue/docs/components/message Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 类型定义
You can’t perform that action at this time.
0 commit comments