✨(component): 发布 1.3.14
This commit is contained in:
parent
5f12770a73
commit
032e46e979
@ -24,7 +24,7 @@ import LayDropdown from "../dropdown/index.vue";
|
||||
import LayPage from "../page/index.vue";
|
||||
import LayEmpty from "../empty/index.vue";
|
||||
import TableRow from "./TableRow.vue";
|
||||
import { nextTick } from 'vue';
|
||||
import { nextTick } from "vue";
|
||||
|
||||
export interface LayTableProps {
|
||||
id?: string;
|
||||
@ -132,7 +132,7 @@ watch(
|
||||
tableDataSource.value = [...props.dataSource];
|
||||
nextTick(() => {
|
||||
getScrollWidth();
|
||||
})
|
||||
});
|
||||
},
|
||||
{ deep: true }
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user