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

Tab underlining does not adjust after switching languages #4327

Closed
pogrib0k opened this issue Jun 17, 2024 · 1 comment
Closed

Tab underlining does not adjust after switching languages #4327

pogrib0k opened this issue Jun 17, 2024 · 1 comment
Labels
BUG Something isn't working

Comments

@pogrib0k
Copy link
Contributor

Vuestic-ui version: 1.9.11

Description

image

image

@pogrib0k pogrib0k added the BUG Something isn't working label Jun 17, 2024
@pogrib0k
Copy link
Contributor Author

I can fixed this with this:

    <template #tabs>
      <VaTab v-for="{ name, to } in routes" :key="to+$t(name)" :to="to">
        {{ $t(name) }}
      </VaTab>
    </template>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Development

No branches or pull requests

2 participants