We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
This might be related? vitejs/vite#3910
Sorry, something went wrong.
@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
No branches or pull requests
When switching from webpack to vite I am getting the following error:
TypeError: VueWait is not a constructor
Anyone had this problem?
The text was updated successfully, but these errors were encountered: