diff --git a/examples/watch-order.html b/examples/watch-order.html index 3f437939d..74c632a1e 100644 --- a/examples/watch-order.html +++ b/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' }],