Add bar spinner (#2915)

This commit is contained in:
Tiago Vasconcelos
2025-01-28 14:00:11 +02:00
committed by GitHub
parent 4c7567a552
commit 25e5423511
4 changed files with 20 additions and 11 deletions
File diff suppressed because one or more lines are too long
+7 -1
View File
@@ -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)