1. 首页
  2. 数据库
  3. 其它
  4. vue notification:使用Vue3的NotificationToast组件 源码

vue notification:使用Vue3的NotificationToast组件 源码

上传者: 2021-04-25 09:09:10上传 ZIP文件 9.09MB 热度 27次
@ dafcoe / vue-notification 使用Vue3构建的易于使用,可自定义的通知/吐司库。 在页面上查看操作。 安装 使用yarn或npm将软件包安装为项目依赖项: $ yarn add @dafcoe/vue-notification --- or --- $ npm install --save @dafcoe/vue-notification 用法 全局(在main.js / main.ts文件上)或本地(在组件上)导入VueNotificationList组件: // Globally import VueNotificationList from '@dafcoe/vue-notification' const app = createApp ( App ) app . use ( VueNotificationList ) . mount ( '#app
下载地址
用户评论