loader plugin
This commit is contained in:
parent
9be531bd01
commit
28557e07aa
2 changed files with 22 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { createApp, defineAsyncComponent } from "vue";
|
||||
import App from "./App.vue";
|
||||
import router from "./router";
|
||||
import { Dialog, Notify, Quasar } from "quasar";
|
||||
import { Dialog, Notify, Quasar, Loading } from "quasar";
|
||||
import quasarUserOptions from "./quasar-user-options";
|
||||
|
||||
import "quasar/src/css/index.sass";
|
||||
|
|
@ -36,11 +36,15 @@ app.use(
|
|||
plugins: {
|
||||
Notify,
|
||||
Dialog,
|
||||
Loading,
|
||||
}, // import Quasar plugins and add here
|
||||
config: {
|
||||
notify: {
|
||||
/* look at QuasarConfOptions from the API card */
|
||||
},
|
||||
loading: {
|
||||
/* look at QuasarConfOptions from the API card */
|
||||
},
|
||||
},
|
||||
lang: th,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue