ui หน้าเครื่องราช , ui เหรียญจักรพรรดิมาลา

This commit is contained in:
Thanit Konmek 2023-07-17 14:18:31 +07:00
parent 5ac26b80ca
commit 85b31c2bd6
7 changed files with 1145 additions and 176 deletions

View file

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