文件名称:查看 3 个通知库 :speech_balloon:
文件大小:138KB
文件格式:ZIP
更新时间:2024-06-28 09:23:49
Notification
Vue.js 通知 这是 Vue 2 vue-notifications 的一个分支和端口,由 euvl 创建,现在支持 Vue 3。如果您使用 Vue 2.x,请使用他的版本。 设置 npm install --save @kyvg/vue3-notification yarn add @kyvg/vue3-notification 向 main.js 添加依赖项: import { createApp } from 'vue' import Notifications from '@kyvg/vue3-notification' const app = createApp({...}) app.use(Notifications) 将全局组件添加到你的 App.vue 中: 使用 .vue 文件中的触发器通知: // 简单 this.$notify("Hello user!"); // 使用选项 this.$notify({ title: "Important message", text: "Hello user!", }); 或者从其他文件触发通知,例如你的路由器: impor
【文件预览】:
vue3-notification-master
----rollup.config.js(1KB)
----package.json(2KB)
----PULL_REQUEST_TEMPLATE.md(19B)
----.github()
--------FUNDING.yml(13B)
--------ISSUE_TEMPLATE()
--------workflows()
----test()
--------unit()
----api-extractor.json(850B)
----jest.config.js(121B)
----LICENSE(1KB)
----dist()
--------index.esm.js(17KB)
--------index.d.ts(784B)
--------index.common.js(17KB)
----src()
--------plugin.ts(512B)
--------defaults.ts(320B)
--------params.ts(33B)
--------notify.ts(380B)
--------CssGroup.vue(301B)
--------Notifications.vue(9KB)
--------shims-vue.d.ts(151B)
--------events.ts(56B)
--------VelocityGroup.vue(632B)
--------parser.ts(1KB)
--------types.ts(498B)
--------index.ts(219B)
--------util.ts(2KB)
--------globalExtensions.ts(153B)
----.npmignore(207B)
----.eslintrc.js(3KB)
----tsconfig.json(7KB)
----vite.config.js(359B)
----.gitignore(118B)
----demo()
--------index.html(693B)
--------src()
----README.md(11KB)
----yarn.lock(263KB)