今天在项目中将 data 的一个属性设置为空的对象时, 发现一个诡异的问题 我的 code
this.$set(this.menus, index, {});
然后 menus 里面对应索引的 属性就变成了
{type:undefined}