vue-wait
vue-wait copied to clipboard
Using with vite // TypeError: VueWait is not a constructor
When switching from webpack to vite I am getting the following error:
TypeError: VueWait is not a constructor
new Vue({
router,
wait: new VueWait()
}).$mount('#app')
Anyone had this problem?
This might be related? https://github.com/vitejs/vite/issues/3910
@f thank you so much for this great library! Are you still maintaining this repo?
@simonmaass did you find a solution? I'll read/check the vite thread you mention but I'd like to know beforehand