guy 7 years ago
parent
commit
c7f9998bfe
  1. 4
      demo/js/fix-2.0/globalwatcher.js
  2. 4
      dist/demo.js

4
demo/js/fix-2.0/globalwatcher.js

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

4
dist/demo.js vendored

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

Loading…
Cancel
Save