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

vs-tab is not reactive to localization change #714

Open
Dawith305 opened this issue Nov 13, 2019 · 1 comment
Open

vs-tab is not reactive to localization change #714

Dawith305 opened this issue Nov 13, 2019 · 1 comment

Comments

@Dawith305
Copy link

Dawith305 commented Nov 13, 2019

The vs-tab label doesn't seem to be reactive to localization change as it would normally would like in any other component.
I have bound the value to the label but the language doesn't change unless it's I reload the page.
Here is how it looks.

<vs-tab
          :label="$t('readyForShipment')"
          @click="filter='readyForShipment',getReadyForShipmentOrders()"
        >
@diniremix
Copy link

diniremix commented Jul 30, 2020

Hi @Dawith305, did you find any solution for that, I have the same problem.

vs-tab

using this..

label="$t('formList')"

or

:label="$t('formList')"

still not working

apologies for the bad translation.

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

2 participants