@controlla/cli
Version:
Command line interface for rapid Controlla projects development
19 lines (16 loc) • 335 B
JavaScript
import Vue from 'vue'
import VueProgressBar from 'vue-progressbar'
const options = {
color: '#0066de',
failedColor: 'rgb(242, 19, 93)',
thickness: '3px',
transition: {
speed: '1.5s',
opacity: '0.6s',
termination: 300
},
autoRevert: true,
location: 'top',
inverse: false
}
Vue.use(VueProgressBar, options)