ui หน้าเครื่องราช , ui เหรียญจักรพรรดิมาลา
This commit is contained in:
parent
5ac26b80ca
commit
85b31c2bd6
7 changed files with 1145 additions and 176 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue