Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit ec852fd

Browse files
committed
Update Table.vue
1 parent ce4f07d commit ec852fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Components/Table.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ import TableGlobalSearch from "./TableGlobalSearch.vue";
193193
import TableSearchRows from "./TableSearchRows.vue";
194194
import TableReset from "./TableReset.vue";
195195
import TableWrapper from "./TableWrapper.vue";
196-
import { computed, nextTick, ref, watch } from "vue"
196+
import { computed, ref, watch } from "vue"
197197
import qs from "qs";
198198
import clone from "lodash-es/clone";
199199
import each from "lodash-es/each";

0 commit comments

Comments
 (0)