vue notification:使用Vue3的NotificationToast组件 源码
@ 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
下载地址
用户评论