naive-ui/demo/documentation/components/alert/zhCN/index.demo-entry.md
2020-10-23 14:18:35 +08:00

757 B

警示信息 Alert

根据我的经验,这东西使用最频繁的场景是让你关掉 AdBlocks。

演示

basic
closable
icon
no-icon

Props

名称 类型 默认值 说明
closable boolean false
show-icon boolean true
theme 'light' | 'dark' | string undefined
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 ()