bet-components
v1.0.17
Published
```js import { Notification } from 'bet-components';
Downloads
4
Readme
bet-components
Notification 全局提示信息组件
import { Notification } from 'bet-components';
<Notification :theme="theme" :notification="notification" />
theme: string;
notification: {
isShow: boolean; // 是否显示
isError: boolean; // 是否是错误提示
noIcon: boolean; // 是否不显示icon
text: string; // 显示的文字
}