vue调用cordova本地通知报错 cordova plugin add cordova-plugin-local-notification
vue调用cordova cordova-plugin-local-notification(本地通知)
执行后报错: Cannot read property 'notification' of undefined
console.log(cordova),以下截图发现,plugins中没有notification,
解决方法:插件删掉重新安装
安装:cordova plugin add cordova-plugin-local-notification