#vue警告 [Vue warn]: Property or method “name” is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property.
解决:可以先看看你写的那玩意绑定到哪儿的,原因是因为没有初始化造成的报错,给他一个初始值就OK。