我正在开发Visual Studio 2017中的购物车项目。我使用VueJS进行前端开发,使用MySQL进行后端开发。我在HTML代码中添加了AXIOS脚本。当我运行应用程序时,我在Google Chrome控制台窗口中跟踪错误。
uncaught(in promise)referenceerror:axios is not defined
at promise.then.products(index.html:75)
新承诺(<匿名>)
在vue.getallproducts(index.html:74)
在index.html:130
index.html:110未捕获(承诺中)引用错误:未定义AXIOS
at promise.then.vendors(index.html:110)
新承诺(<匿名>)
在vue.findallvendors(index.html:109)
在index.html:131