This commit is contained in:
STW_TTTY\stwtt 2024-04-29 10:56:15 +07:00
parent 6f7206c0af
commit 3e508afff5
5 changed files with 559 additions and 334 deletions

View file

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