bastidest / vue-step-progress

A simple Vue component that displays a Progress Bar with labels for each step
MIT License
53 stars 18 forks source link

Icon doesn't show #1

Closed mwakaambrose closed 5 years ago

mwakaambrose commented 6 years ago

I have used the lib in a laravel 5.7 project and when I go to the next step, tick icon doesn't show

bastidest commented 6 years ago

Thank you for your interest in this library, I recently discovered a similar library that is well-tested and does virtually the same thing (and many more) after a bit of modification. vue-form-wizard

If you still want to use this library, can you send me a screenshot of the broken tick icon/the progress stepper?

mwakaambrose commented 6 years ago

@bastidest here is the screenshot

screenshot from 2018-10-07 19-54-43

bastidest commented 6 years ago

2 should fix this issue

Sorry that it took so long, but it should be fixed now. Please update to version 0.2.0 and check if it works for you.