mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-30 09:03: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'
|
|
})
|