vue2中,data当中如果定义为a:[],则在mounted之后改变a则报错undefined,如果data中定义为 a:‘’ 就没有这样问题 #码上掘金#
1