@ -14,10 +14,10 @@
},
watch: {
"*.*.n": function () {
debugger
"arr.**": function () {
"arr.1.*": function () {
this.button.setText(this.model.name + "-" + this.model.arr[1].n);
@ -10477,10 +10477,10 @@ BI.shortcut("demo.tmp", Demo.Func);