แก้ call api error

This commit is contained in:
Kittapath 2023-05-30 10:06:40 +07:00
parent 6e2ab6b181
commit 93f1d74a44
4 changed files with 544 additions and 2 deletions

View file

@ -36,6 +36,14 @@ app.use(
// quasarUserOptions
)
app.component(
'data-table',
defineAsyncComponent(() => import('./components/TableView.vue'))
)
app.component(
'notifyError',
defineAsyncComponent(() => import('./components/NotifyError.vue'))
)
app.component(
'datepicker',
defineAsyncComponent(() => import('@vuepic/vue-datepicker'))