文件名称:vue-native-notification:用于本地通知的Vue.js插件
文件大小:44KB
文件格式:ZIP
更新时间:2024-03-15 02:56:06
vuejs vue notification JavaScript
虚假通知 用于本地通知的Vue.js插件 安装 npm install --save vue-native-notification 用法 添加插件 import Vue from 'vue' import VueNativeNotification from 'vue-native-notification' Vue . use ( VueNativeNotification , { // Automatic permission request before // showing notification (default: true) requestOnNotify : true } ) 显示通知 < template> < button type =" button " @click =" notify " > Show notification </ butto
【文件预览】:
vue-native-notification-master
----.babelrc(125B)
----index.js(3KB)
----package.json(716B)
----vue-native-notification.min.js(2KB)
----package-lock.json(152KB)
----LICENSE.md(1KB)
----.gitignore(82B)
----README.md(2KB)