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

Using with vite // TypeError: VueWait is not a constructor

Open simonmaass opened this issue 3 years ago • 3 comments

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?

simonmaass avatar Jul 04 '22 10:07 simonmaass

This might be related? https://github.com/vitejs/vite/issues/3910

simonmaass avatar Jul 04 '22 11:07 simonmaass

@f thank you so much for this great library! Are you still maintaining this repo?

simonmaass avatar Jul 05 '22 13:07 simonmaass

@simonmaass did you find a solution? I'll read/check the vite thread you mention but I'd like to know beforehand

ebisbe avatar Jul 20 '22 17:07 ebisbe