fix: button showProduct

This commit is contained in:
2026-04-02 08:56:31 +02:00
parent ecf51e92e8
commit 3652a78783

View File

@@ -30,7 +30,7 @@
</USelect> </USelect>
</div> </div>
<div class="flex gap-3"> <div class="flex gap-3 items-end justify-end">
<UButton @click="() => { <UButton @click="() => {
fetchForLanguage(toLangId) fetchForLanguage(toLangId)
isShowProductView = true isShowProductView = true
@@ -43,7 +43,7 @@
class="text-white bg-(--accent-blue-light) dark:bg-(--accent-blue-dark) px-12!"> class="text-white bg-(--accent-blue-light) dark:bg-(--accent-blue-dark) px-12!">
Translate Translate
</UButton> </UButton>
<div v-else class="flex gap-3 items-end"> <div v-else class="flex gap-3 items-end justify-end">
<UButton @click="() => { <UButton @click="() => {
toLangId = settingStore.shopDefaultLanguage toLangId = settingStore.shopDefaultLanguage
isTranslations = false isTranslations = false