mirror of https://github.com/ElemeFE/element
Table: Change debounce invoke atBegin.
parent
04fa32a8d0
commit
5f5ae1408e
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue