logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Vue错误(2):Uncaught SyntaxError: Invalid shorthand property initializer

Uncaught SyntaxError: Invalid shorthand property initializer原因:  data中的一个属性冒号写成了"="号解决方法:  等号改成冒号

#bug
Vue报错笔记(1) [Vue warn]: Property or method "name" is not defined on the instance but referenced.....

 [Vue warn]: Property or method "name" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option.原因:在data中没有定义一个name, 致错解决

#vue.js#bug
到底了