Skip to content

Commit 9967066

Browse files
committed
fix issue #261
1 parent 9e7a09a commit 9967066

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/v-table/src/table.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,6 +897,8 @@
897897
handler: function (newVal) {
898898
899899
this.initColumns();
900+
// fix issue #261
901+
this.tableResize();
900902
},
901903
deep: true
902904
},
@@ -948,4 +950,4 @@
948950
clearTimeout(this.resizeTimer);
949951
}
950952
}
951-
</script>
953+
</script>

0 commit comments

Comments
 (0)