mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-02 10:33:23 -05:00
9 lines
166 B
JavaScript
9 lines
166 B
JavaScript
|
import Vue from 'vue'
|
||
|
import VueProgressBar from 'vue-progressbar'
|
||
|
|
||
|
Vue.use(VueProgressBar, {
|
||
|
color: 'hsl(204, 86%, 53%)',
|
||
|
failedColor: 'red',
|
||
|
height: '1px'
|
||
|
})
|