mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[web] Set loading progress bar at the top
This commit is contained in:
@@ -14,7 +14,7 @@ import store from './store'
|
||||
const app = createApp(App)
|
||||
.use(store)
|
||||
.use(router)
|
||||
.use(VueProgressBar, { position: 'relative' })
|
||||
.use(VueProgressBar)
|
||||
.use(VueClickAway)
|
||||
.use(VueLazyLoad, { log: false })
|
||||
.use(mdiVue, { icons })
|
||||
|
||||
Reference in New Issue
Block a user