You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested to know how to add multiple progress loaders on a component with different stroke colors. I'm running into issues adding my own stroke color to each of them.
found out i have to have my css classes right next to each other. So it'd be: .progress-two.vue-progress-path becuase what you have is saying that you want to get the child of .vue-progress-path being .progress-two
I'm interested to know how to add multiple progress loaders on a component with different stroke colors. I'm running into issues adding my own stroke color to each of them.
I'm looking to do something like this
The text was updated successfully, but these errors were encountered: