Skip to content
On this page

Notification
New

显示全局通知和提醒消息。

Usage

title | content | cancelButtonText

设置通知标题。

autoClose

设置是否自动关闭。

placement

设置通知位置。

shakeOff

甩掉一些东西。

headless

自定义通知。

Props

NameTypeDefaultDescription
titlestring''set notification title.
contentstring''set notification title.
cancelButtonTextstring''set notification cancel button text.
confirmButtonTextstring''set notification confirm button text.
placementleft | right''set notification placement.
autoClosebooleantrueSet whether to automatically close.
shakeOff<'x-button' | 'confirm-button' | 'cancel-button' | 'mask' | 'header' | 'footer'>[][]shake off somthing.

Slots

NameParametersDescription
default()Notification's content.
headless()Custom notification.

MIT Licensed