语言适配

This commit is contained in:
X1627315083@163.com
2026-05-04 14:06:16 +08:00
parent b3d9bce440
commit 49398aac48
11 changed files with 83 additions and 35 deletions

View File

@@ -44,7 +44,7 @@ const {} = toRefs(data);
<seller-header>
<template #right>
<div class="button" @click="newListing">
<span>New Listing</span>
<span>{{ $t('Seller.newListing') }}</span>
<div class="icon">
<i class="fi fi-br-plus"></i>
</div>