แก้ call api error
This commit is contained in:
parent
6e2ab6b181
commit
93f1d74a44
4 changed files with 544 additions and 2 deletions
|
|
@ -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'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue