文件名称:vue-notibar:Vue.js的通知栏(Snackbar)插件
文件大小:109KB
文件格式:ZIP
更新时间:2024-05-27 08:42:07
plugin vuejs vue toast snackbar
Vue Notibar(通知栏) 安装 使用npm $ npm i vue-notibar 或CDN < script src =" https://unpkg.com/vue/dist/vue.js " > </ script > < script src =" https://unpkg.com/vue-notibar/dist/vue-notibar.js " > </ script > 用法 import Vue from 'vue' import VueNotibar from 'vue-notibar' Vue . use ( VueNotibar ) // or with options Vue . use ( VueNotibar , options ) this . $notibar . add ( 'message' ) // or with options th
【文件预览】:
vue-notibar-master
----.gitignore(23B)
----README.md(2KB)
----appveyor.yml(267B)
----rollup.config.js(1KB)
----test()
--------Notibar.spec.js(3KB)
----.eslintrc(481B)
----package.json(2KB)
----dist()
--------vue-notibar.min.js(6KB)
--------vue-notibar.js(10KB)
----src()
--------Notibar.vue(4KB)
--------index.js(487B)
--------defaultOptions.js(153B)
----.babelrc(201B)
----jest.config.js(139B)
----example()
--------index.html(1KB)
----.eslintignore(6B)
----package-lock.json(419KB)