vue3-notification:查看3个通知库:speech_balloon:

时间:2024-05-06 05:07:34
【文件属性】:

文件名称:vue3-notification:查看3个通知库:speech_balloon:

文件大小:136KB

文件格式:ZIP

更新时间:2024-05-06 05:07:34

TypeScript

Vue.js通知 这是euvl创建的Vue 2 vue通知的分支和端口。 如果您使用的是Vue 2.x,请使用此版本 设置 npm install --save @kyvg/vue3-notification 将依赖项添加到您的main.js : import { createApp } from 'vue' import Notifications from '@kyvg/vue3-notification' const app = createApp ( { ... } ) app . use ( Notifications ( ) ) 将全局组件添加到您的App.vue : < notifications> 用法 从您的.vue文件触发通知: // simple this . $notify ( 'Hello user!' ) // using options this


【文件预览】:
vue3-notification-master
----PULL_REQUEST_TEMPLATE.md(19B)
----.gitignore(102B)
----package.json(2KB)
----src()
--------parser.ts(1KB)
--------Notifications.vue(9KB)
--------events.ts(56B)
--------VelocityGroup.vue(691B)
--------shims-vue.d.ts(145B)
--------CssGroup.vue(360B)
--------index.ts(1KB)
--------util.ts(2KB)
--------defaults.ts(320B)
--------params.ts(33B)
----jest.config.js(121B)
----dist()
--------index.common.js(17KB)
--------index.esm.js(17KB)
----LICENSE(1KB)
----tsconfig.json(7KB)
----.github()
--------ISSUE_TEMPLATE()
--------FUNDING.yml(13B)
--------workflows()
----rollup.config.js(1KB)
----vite.config.js(359B)
----.eslintrc.js(3KB)
----README.md(10KB)
----demo()
--------src()
--------index.html(693B)
----.npmignore(48B)
----test()
--------unit()
----yarn.lock(263KB)
----index.d.ts(330B)

网友评论