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
3.6.0
codepen.io/fimion/pen/VwXRxgM
Attempt to use VueRouter 3.6.0 via CDN
It will error before your code can run.
to not error
something is going wrong in the Vue.use statement that is causing it to error out as best as I can tell
I have created a codepen showing the same app working with 3.5.4: https://codepen.io/fimion/pen/WNzmyvq
The text was updated successfully, but these errors were encountered:
I have the same error when running as a webpack bundle. Error on line 2 of the following code:
import Vue from 'vue' import VueRouter from 'vue-router'
Vue.use(VueRouter)
Sorry, something went wrong.
I meet the same error. vue: 2.7.9 (from CDN) vue-router: 3.6.0
Error will disappear when I downgrade to vue-router@3.5.4.
I got an error after deploy our system. Downgrade to vue-router@3.5.4 and works. Our system use nuxtjs framework.
0126bcb
No branches or pull requests
Version
3.6.0
Reproduction link
codepen.io/fimion/pen/VwXRxgM
Steps to reproduce
Attempt to use VueRouter 3.6.0 via CDN
It will error before your code can run.
What is expected?
to not error
What is actually happening?
something is going wrong in the Vue.use statement that is causing it to error out as best as I can tell
I have created a codepen showing the same app working with 3.5.4: https://codepen.io/fimion/pen/WNzmyvq
The text was updated successfully, but these errors were encountered: