Table: Change debounce invoke atBegin.

pull/3831/head
Liril 2017-03-28 14:49:35 +08:00 committed by 杨奕
parent 04fa32a8d0
commit 5f5ae1408e
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@
created() { created() {
this.tableId = 'el-table_' + tableIdSeed + '_'; this.tableId = 'el-table_' + tableIdSeed + '_';
this.debouncedLayout = debounce(50, () => this.doLayout()); this.debouncedLayout = debounce(50, true, () => this.doLayout());
}, },
computed: { computed: {