naive-ui/demo/documentation/components/alert/zhCN/index.demo-entry.md

30 lines
759 B
Markdown

# 警示信息 Alert
根据我的经验,这东西使用最频繁的场景是让你关掉 AdBlocks。
<!-- there is a bug of chrome rendering svg, if translateZ is not set -->
## 演示
```demo
basic
closable
icon
no-icon
```
## Props
|名称|类型|默认值|说明|
|-|-|-|-|
|closable|`boolean`|`false`||
|show-icon|`boolean`|`true`||
|theme|`'light' \| 'dark' \| null \| string`|`null`||
|themed-style|`{ [themeName: string]: Object }`|`undefined`||
|title|`string`|`undefined`||
|type|`'default' \| 'info' \| 'success' \| 'warning' \| 'error'`|`'default'`||
|on-after-leave|`Function`|`undefined`||
|on-close|`() => boolean \| Promise<boolean> \| any`|`() => true`||
## Slots
|名称|参数|说明|
|-|-|-|
|default|`()`||
|header|`()`||
|icon|`()`||