-
Notifications
You must be signed in to change notification settings - Fork 1
Description
in my electron app(also use vue) we meet an error: Object(...) is not a function
the lib version: "vue-basic-alert": "^1.1.0",
i install it by npm install...
the full error message :
vue-router.esm.js?8c4f:2257 TypeError: Object(...) is not a function
at eval (vue-basic-alert.esm.js?8faa:3)
at Module../node_modules/vue-basic-alert/dist/vue-basic-alert.esm.js (about.js:732)
at webpack_require (app.js:854)
at fn (app.js:151)
at eval (cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/views/calibration/CheckList.vue?vue&type=script&lang=js&:13)
at Module../node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/views/calibration/CheckList.vue?vue&type=script&lang=js& (about.js:179)
at webpack_require (app.js:854)
at fn (app.js:151)
thanks