@@ -152,6 +152,18 @@ const langLabel = computed(() => {
</nav>
</div>
+ <div class="header-button">
+ <NuxtLink
+ to="https://voovmeeting.com/download-center.html"
+ target="_blank"
+ class="theme-btn"
+ >
+ <span>
+ {{ t('dowloadWeMeet') }}
+ <img src="/public/picture/dowload.svg" alt="" />
+ </span>
+ </NuxtLink>
+ </div>