|
@@ -23,15 +23,12 @@ const { t } = useI18n()
|
|
</div>
|
|
</div>
|
|
<div class="flex items-center ">
|
|
<div class="flex items-center ">
|
|
<!-- 使用 t 方法获取翻译文本 -->
|
|
<!-- 使用 t 方法获取翻译文本 -->
|
|
- <NuxtLink to="/blog" class="underline !text-#333333">
|
|
|
|
- <!-- {{ t('Popular_test') }} -->
|
|
|
|
- BLOGS
|
|
|
|
- </NuxtLink>
|
|
|
|
|
|
+ {{ t('Popular_test') }}
|
|
<!-- <NuxtLink to="/" class="hover:underline">
|
|
<!-- <NuxtLink to="/" class="hover:underline">
|
|
SELL ON EJET
|
|
SELL ON EJET
|
|
</NuxtLink> -->
|
|
</NuxtLink> -->
|
|
- <!-- <div class="w-1px bg-#D8D8D8 h-20px mx-20px" />
|
|
|
|
- <select-lang /> -->
|
|
|
|
|
|
+ <div class="w-1px bg-#D8D8D8 h-20px mx-20px" />
|
|
|
|
+ <select-lang />
|
|
<!-- <div class="w-1px bg-#D8D8D8 h-20px mx-20px" v-if="isLogin"/>
|
|
<!-- <div class="w-1px bg-#D8D8D8 h-20px mx-20px" v-if="isLogin"/>
|
|
<NuxtLink v-if="isLogin" to="/cart">
|
|
<NuxtLink v-if="isLogin" to="/cart">
|
|
<svgo-cart class="!w-24px !h-24px ml-20px" />
|
|
<svgo-cart class="!w-24px !h-24px ml-20px" />
|