Hello there!
First of all, thanks very much for this project!
I am experiencing an issue when I run my Vue.js (3.5.27) app using the 5.0.0 or 5.0.1 releases of the Vue.js router. Specifically, I get the error: "Uncaught ReferenceError: _vue_devtools_kit is not defined," and the app cannot properly run; however, this only happens when I use the non-production version of the 5.0.0 or 5.0.1 releases downloaded from here:
https://unpkg.com/[email protected]/dist/vue-router.global.js
On the other hand, when I use the production version of the 5.0.0 or 5.0.1 releases, downloaded from here:
https://unpkg.com/[email protected]/dist/vue-router.global.prod.js
... The referred error does not appear and my app runs as expected.
Any suggestions or ideas? Maybe I am doing something wrong? Thanks in advance for any help!
Expected behavior
The app must run properly no matter if I use the non-production or the production version of the Vue.js router.
Actual behavior
The app does not run properly when using the non-production version of the Vue.js router 5.0.0 or 5.0.1 releases.
Additional information
If more information is required, please don't hesitate to ask for it!
Hello there!
First of all, thanks very much for this project!
I am experiencing an issue when I run my Vue.js (3.5.27) app using the 5.0.0 or 5.0.1 releases of the Vue.js router. Specifically, I get the error: "Uncaught ReferenceError: _vue_devtools_kit is not defined," and the app cannot properly run; however, this only happens when I use the non-production version of the 5.0.0 or 5.0.1 releases downloaded from here:
https://unpkg.com/[email protected]/dist/vue-router.global.js
On the other hand, when I use the production version of the 5.0.0 or 5.0.1 releases, downloaded from here:
https://unpkg.com/[email protected]/dist/vue-router.global.prod.js
... The referred error does not appear and my app runs as expected.
Any suggestions or ideas? Maybe I am doing something wrong? Thanks in advance for any help!
Expected behavior
The app must run properly no matter if I use the non-production or the production version of the Vue.js router.
Actual behavior
The app does not run properly when using the non-production version of the Vue.js router 5.0.0 or 5.0.1 releases.
Additional information
If more information is required, please don't hesitate to ask for it!