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