ankurk91 / vue-loading-overlay

Vue.js component for full screen loading indicator :cyclone:
https://ankurk91.github.io/vue-loading-overlay/
MIT License
1.25k stars 102 forks source link

CreativeVNode Is not a function #83

Closed Wawingi closed 3 years ago

Wawingi commented 3 years ago

I have this error, but i did all good.

app.js:53952 Uncaught TypeError: (0 , e.createVNode) is not a function at app.js:53952 at app.js:53952 at app.js:53952 at app.js:53952 at Object../node_modules/vue-loading-overlay/dist/vue-loading.min.js (app.js:53952) at webpack_require (app.js:20) at Module../node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./resources/js/views/FechoDiario.vue?vue&type=script&lang=js& (app.js:3701) at webpack_require (app.js:20) at Module../resources/js/views/FechoDiario.vue?vue&type=script&lang=js& (app.js:72073) at __webpack_require__ (app.js:20)

ankurk91 commented 3 years ago

Can you please fillout the issue template?

ankurk91 commented 3 years ago

What is your vue.js version?

Wawingi commented 3 years ago

What is your vue.js version?

"vue": "^2.5.17"

ankurk91 commented 3 years ago

The readme has clear instruction about vue v2.x

https://github.com/ankurk91/vue-loading-overlay/tree/v3.x

HdSeKenny commented 3 years ago

@ankurk91 ? #83 => #84, #85

84 => #83, 85

85 => #83, #84

Where is the answer?

ankurk91 commented 3 years ago

Can you please share a codesandbox to demonstrate the error?

https://codesandbox.io

ankurk91 commented 3 years ago

If you are using vue.js version 2 then you need to install older version of this package

# yarn
yarn add vue-loading-overlay@^3.0

# npm
npm install vue-loading-overlay@^3.0