vue props 与 computed 属性名称重复 bug All In One
vue props 与 computed 属性名称重复 bug All In One
vue props 与 computed 属性名称重复会自动进行合并覆盖 (顺序 ?)
? 不会合并
demo
computed: {
options () {
return [
{
type: 'select',
key: 'regionIds',
icon: 'statusbar-area',
filterable: false,
propsMapper: {
label: 'name',
value: 'id',
},
datalist: this.regionList,
},
];
},
filterParams () {
return {
region_id: this.filterData.regionIds,
};
},
},
refs
?xgqfrms 2012-2020
www.cnblogs.com/xgqfrms 发布文章使用:只允许注册用户才可以访问!
原创文章,版权所有??xgqfrms, 禁止转载 ???,侵权必究??!