Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translatable fields #12

Open
matteodoozy opened this issue Jan 5, 2021 · 2 comments
Open

Translatable fields #12

matteodoozy opened this issue Jan 5, 2021 · 2 comments

Comments

@matteodoozy
Copy link

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

@jgui1129
Copy link

jgui1129 commented Jun 2, 2022

You can use the ref to adjust the values.

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

@kilgaloon
Copy link

I wonder why this isn't just a slot?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants