wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

progressbar not changing color and again its not animating #183

Open worldtok opened 5 years ago

worldtok commented 5 years ago
<div class="progress">
              <progressbar now="20" type="success" striped animated></progressbar>
            </div>

import { progressbar } from "vue-strap";

export default {
  components: { progressbar },
}

After i have imported this into my component the color only shows blue and refuse to change

doubleprincez commented 4 years ago

experiencing the same issue on bootstrap 4, vue 2