BinarCode/vue-form-wizard

Add own svg icons instead

mathipa opened this issue · 0 comments

How do I load own icons to the circle tabs?
Whether though stylesheet or bindings.

 <tab-content title="mytitle" :icon="" :before-change="() => validate('fourthStep')">
    <get-policy  ref="fourthStep" @on-validate="onStepValidate"></get-policy>
  </tab-content>

image