fix: button showProduct
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user