Closed pogrib0k closed 5 months ago
Vuestic-ui version: 1.9.11
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>
Vuestic-ui version: 1.9.11
Description