Browse Source

添加watch用法

master
Poised_flw 4 years ago
parent
commit
285d1b7d59
  1. 3
      src/tis_app_template_kt/src/components/controlMixins.js

3
src/tis_app_template_kt/src/components/controlMixins.js

@ -33,6 +33,7 @@ export const controlMixins = {
///记录激活数量 ///记录激活数量
return list; return list;
}, },
watch: ['$tis.layouts'],
default() { default() {
return []; return [];
}, },
@ -103,4 +104,4 @@ export const controlMixins = {
this.active = 0; this.active = 0;
}, },
}, },
}
}
Loading…
Cancel
Save