Blogger Information
Blog 28
fans 0
comment 0
visits 65565
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
VueRouter报错:NET::ERR_ABORTED 404
蒸蒸
Original
2112 people have browsed it

问题:
原来正常的、使用vue-router的导航菜单失去了导航功能。

解决思路:
按F12查看报错情况:

可见下载vue-router的CDN出了问题,VUE官网关于路由的解释:

按照官网转到vue-router文档:

按照文档提到的两种方式修改CDN,出现了新的问题:

现在vou-router下载没问题了,但是下载的vue-router似乎与之前的vue-router定义方法不一样,原来可以正常使用的vue.defineComponent现在不能正常使用了。

这时候注意到文档右上方有vou-router的版本V4.X,点开后还有一个v3.x版本,打开v3.x:

发现原来的网页,使用的是v3.x的最新版本下载链接:https://unpkg.com/vue-router/dist/vue-router.js
这个链接之前使用没问题,现在有问题了,可能是因为最新版本做了某种更新
改成固定版本的下载链接:router@2.0.0/dist/vue-router.js"">https://unpkg.com/vue-router@2.0.0/dist/vue-router.js
之后界面恢复正常。

总结:
这个问题,首先涉及到的是vue-router的3.x和4.x的版本问题,其次涉及到下载3.x或4.x的最新版本还是固定版本的问题。

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post