vue-step-wizard icon indicating copy to clipboard operation
vue-step-wizard copied to clipboard

Translatable fields

Open matteodoozy opened this issue 4 years ago • 2 comments

Hello, Is it possible to implement translatable label for the buttons? I need to translate them but I can't.

matteodoozy avatar Jan 05 '21 16:01 matteodoozy

You can use the ref to adjust the values.

const form = this.$refs.formwizard; form.$el.querySelector('.step-button-previous').innerHTML = ''VORIGE";

jgui1129 avatar Jun 02 '22 09:06 jgui1129

I wonder why this isn't just a slot?

kilgaloon avatar Jul 10 '23 08:07 kilgaloon