(component): 发布 1.3.14

This commit is contained in:
就眠儀式 2022-08-06 10:08:22 +08:00
parent 5f12770a73
commit 032e46e979

View File

@ -24,7 +24,7 @@ import LayDropdown from "../dropdown/index.vue";
import LayPage from "../page/index.vue"; import LayPage from "../page/index.vue";
import LayEmpty from "../empty/index.vue"; import LayEmpty from "../empty/index.vue";
import TableRow from "./TableRow.vue"; import TableRow from "./TableRow.vue";
import { nextTick } from 'vue'; import { nextTick } from "vue";
export interface LayTableProps { export interface LayTableProps {
id?: string; id?: string;
@ -132,7 +132,7 @@ watch(
tableDataSource.value = [...props.dataSource]; tableDataSource.value = [...props.dataSource];
nextTick(() => { nextTick(() => {
getScrollWidth(); getScrollWidth();
}) });
}, },
{ deep: true } { deep: true }
); );