更新Vue中键值的所有实例

时间:2019-09-16 18:31:50

标签: vue.js

我在Vue组件上进行了以下数据设置,其中有一个键值对,该值也嵌套在另一个对象内。然后,我有一个方法来更新值,但不更新嵌套的值。实现此目标的最佳方法是什么?

productBrand: "BrandName",
productFilters: {
    "FilterBrand": this.productBrand
}

0 个答案:

没有答案