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
I'm trying add this plugin to non-SPA lagacy project. And there is an error with useVuex: true and multiple Vue instances on same page.
useVuex: true
Vue
Looks like plugin tryes add getters for each instance and we got error from Vuex about getters already reistered
The text was updated successfully, but these errors were encountered:
Please upgrade to "vue-wait": "^1.1.1"
"vue-wait": "^1.1.1"
Sorry, something went wrong.
No branches or pull requests
I'm trying add this plugin to non-SPA lagacy project. And there is an error with
useVuex: true
and multipleVue
instances on same page.Looks like plugin tryes add getters for each instance and we got error from Vuex about getters already reistered
The text was updated successfully, but these errors were encountered: