vue-electron icon indicating copy to clipboard operation
vue-electron copied to clipboard

r.existsSync is not a function

Open artemhp opened this issue 6 years ago • 2 comments

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"

artemhp avatar Apr 02 '19 08:04 artemhp

您好,这个问题解决了吗

yifan0314 avatar Jan 13 '22 08:01 yifan0314

Hello, has this problem been solved

yifan0314 avatar Jan 13 '22 08:01 yifan0314