paging
This commit is contained in:
parent
6f7206c0af
commit
3e508afff5
5 changed files with 559 additions and 334 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue