Browse Source

说明

research/test
jian 1 year ago
parent
commit
419d31cb44
  1. 5
      examples/watch-order.html

5
examples/watch-order.html

@ -43,7 +43,10 @@
bgap: 10,
items: [{
type: 'bi.label',
text: '不应该在watch一个属性后再去修改属性,应该一次性改好,或者同步watch去做'
text: '父组件watch widget.**, 子组件watch了widget.arr, 修改widget中arr和dims的先后顺序不一样,会导致watch顺序不一样。'
}, {
type: 'bi.label',
text: '不应该在修改属性,watch到修改后,还修改配置,或者使用同步watch把配置修改全'
}, {
type: 'demo.child'
}],

Loading…
Cancel
Save