feat: BtnAdd (i18n)
This commit is contained in:
parent
1d4af8deda
commit
e0de98e945
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ defineProps<{
|
||||||
round
|
round
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="row q-mt-sm color-text">{{ label }}</div>
|
<div class="row q-mt-sm color-text" v-if="label">{{ $t(label) }}</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue