feat: support页i18n适配
- SupportTabs中英文文本添加 - SupportCard描述中英文文本
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
<el-row>
|
||||
<NuxtLink class="card-link" :to="to">
|
||||
<el-button class="card-button" round>
|
||||
<span>了解更多 > </span>
|
||||
<span>{{ $t('learn-more') }} > </span>
|
||||
</el-button>
|
||||
</NuxtLink>
|
||||
</el-row>
|
||||
|
||||
Reference in New Issue
Block a user