logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

使用vue-router报错

错误:出现两个警告,'createRouter'和'createWebHashHistory'在vue-router中没有找到原因:vue-router的版本不对,这上面的写法不是当前版本的语句写法解决方法:1、变换语句写法2、更改vue-router版本命令:npm install vue-router@next --save...

#vue.js#前端#javascript
Failed to compile with 1 errors

没有相应的依赖导致报错安装的版本不对应,导致出错,解决方法是更改版本

#sass
出现Property or method “update“ is not defined on the instance but referenced during render.报错原因

记一次重复出现的错误错误出现的两种原因:1、函数位置写错了,fullName3应该写在computed内部,写在外部报错2、函数名字写错了,methods写成method

#vue.js
到底了