Add bar spinner (#2915)
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -209,7 +209,13 @@ window.app.mixin({
|
||||
})
|
||||
|
||||
window.app.use(VueQrcodeReader)
|
||||
window.app.use(Quasar)
|
||||
window.app.use(Quasar, {
|
||||
config: {
|
||||
loading: {
|
||||
spinner: Quasar.QSpinnerBars
|
||||
}
|
||||
}
|
||||
})
|
||||
window.app.use(window.i18n)
|
||||
window.app.provide('g', g)
|
||||
window.app.use(window.router)
|
||||
|
||||
Reference in New Issue
Block a user