vue-strap icon indicating copy to clipboard operation
vue-strap copied to clipboard

progressbar not changing color and again its not animating

Open worldtok opened this issue 5 years ago • 1 comments

<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

worldtok avatar May 12 '19 09:05 worldtok

experiencing the same issue on bootstrap 4, vue 2

doubleprincez avatar Mar 26 '20 12:03 doubleprincez