@fastweb/vue-notification
v1.0.2
Published
vue Notification通知框
Downloads
6
Keywords
Readme
@fastweb/notification
vue通知框
安装
yarn add @fastweb/notification --dev
用法
<notification :infos="[{
'id': 12121,
'icon': 'http://oihdlfeky.bkt.clouddn.com/17-4-12/98821747-file_1491981596854_10263.png',
'title': '预警通知',
'content': '姓名,性别,年龄,手机号,血糖值3.3,低/高于与预警值,请及关注并时联系!'
}]" @close="close" @clickHandle="clickHandle"></notification>