[bugfix] Area: should support set columns-num dynamically

This commit is contained in:
陈嘉涵
2019-06-03 11:06:27 +08:00
parent 27b784d2ec
commit cf3b797b20
3 changed files with 48 additions and 0 deletions
+6
View File
@@ -54,6 +54,12 @@ export default sfc({
handler() {
this.setValues();
}
},
columnsNum() {
this.$nextTick(() => {
this.setValues();
});
}
},