vue-electron
vue-electron copied to clipboard
r.existsSync is not a function
Hello. I have an issue:
Uncaught TypeError: r.existsSync is not a function
at a (index.js:7)
at Object.<anonymous> (index.js:18)
at Object.bdb9 (index.js:18)
at i (bootstrap:78)
at Object.install (index.js:3)
at Function.Cr.t.use (vue.runtime.esm.js:5101)
at Module.56d7 (main.js:6)
at i (bootstrap:78)
at Object.0 (bootstrap:151)
at i (bootstrap:78)
After I call plugin:
import VueElectron from 'vue-electron'
Vue.use(VueElectron)
in main.js
Details about project
Build Project with:
vue-cli-service build
in vue.config:
module.exports = {
baseUrl: './'
}
Dependencies
"electron": "^4.1.3",
"vue": "^2.6.6",
"vue-electron": "^1.0.6",
"vuetify": "^1.5.5"
您好,这个问题解决了吗
Hello, has this problem been solved