Revert "paging"

This reverts commit 3e508afff5.
This commit is contained in:
STW_TTTY\stwtt 2024-04-29 10:57:35 +07:00
parent 3e508afff5
commit dcc93e071f
5 changed files with 334 additions and 559 deletions

View file

@ -33,11 +33,6 @@ app.component(
defineAsyncComponent(() => import("@vuepic/vue-datepicker"))
)
app.component(
"d-table",
defineAsyncComponent(() => import("@/components/TableD.vue"))
);
app.config.globalProperties.$http = http
app.mount("#app")