vue-step-wizard
vue-step-wizard copied to clipboard
Translatable fields
Hello, Is it possible to implement translatable label for the buttons? I need to translate them but I can't.
You can use the ref to adjust the values.
const form = this.$refs.formwizard; form.$el.querySelector('.step-button-previous').innerHTML = ''VORIGE";
I wonder why this isn't just a slot?