
Vue-Notification:简洁优雅的VueJs通知组件
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
Vue-Notification是一款专为Vue.js设计的通知插件,它以简洁、优雅的风格帮助开发者轻松地在应用中添加通知功能。
语音通知 通知(小吃栏)Vue组件与Vue 2.x兼容演示版
安装:
```bash
npm install @mathieustan/vue-notification --save
```
或者
```bash
yarn add @mathieustan/vue-notification
```
导入和使用:
```javascript
import VueNotification from @mathieustan/vue-notification;
Vue.use(VueNotification);
// 或者带有选项(如断点)
Vue.use(VueNotification, {
breakpoints: {
0: { bottom: true },
480: { top: true }
}
});
```
全部评论 (0)
还没有任何评论哟~


