0👍
Enclose your codeblock within this.$nextTick
to make it work
this.$nextTick(() => {
const tableRef = this.$refs['table-ref'];
tableRef.scrollLeft = tableRef.offsetWidth;
});
- [Vuejs]-How to obtain or retrieve the typed value inside load dash's debounce method in vue js?
- [Vuejs]-$refs resetFields not a function AntDesign
Source:stackexchange.com