Vue reports an error https://unpkg.com/[email protected]/dist/vue.js net::ERR_ABORTED 404

error message
insert image description here

Reason: Probably the vue version is inconsistent.

The vue imported by the html page when I reported an error

<script src="https://unpkg.com/vue/dist/vue.js"></script>

Just change to the version starting with 2

<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.js"></script>

Finish! ! !
hy:10


									自律是自由的根基。---苏格拉底

Guess you like

Origin blog.csdn.net/weixin_49107940/article/details/131091310