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

Commit 4ac8631

Browse files
committed
Update main.js
1 parent ec852fd commit 4ac8631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/main.js

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import TableAddSearchRow from "./Components/TableAddSearchRow.vue";
77
import TableColumns from "./Components/TableColumns.vue";
88
import TableFilter from "./Components/TableFilter.vue";
99
import TableGlobalSearch from "./Components/TableGlobalSearch.vue";
10+
import TableReset from "./Components/TableReset.vue";
1011
import TableSearchRows from "./Components/TableSearchRows.vue";
1112
import TableWrapper from "./Components/TableWrapper.vue";
1213

@@ -20,6 +21,7 @@ export {
2021
TableColumns,
2122
TableFilter,
2223
TableGlobalSearch,
24+
TableReset,
2325
TableSearchRows,
2426
TableWrapper,
2527
}

0 commit comments

Comments
 (0)