语言适配
This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
<template>
|
||||
<section class="section-designer">
|
||||
<div class="title">Designer Community</div>
|
||||
<div class="tip">
|
||||
Discover the designers shaping AiDA’s creative landscape. <br />
|
||||
Each month, we will showcase a curated selection of their most distinguished works.
|
||||
</div>
|
||||
<button custom="black" @click="onSearchBrand">Search Brands</button>
|
||||
<div class="title" v-html="$t('Home.DesignerTitle')"></div>
|
||||
<div class="tip" v-html="$t('Home.DesignerTip')"></div>
|
||||
<button custom="black" @click="onSearchBrand">{{ $t('Home.SearchBrands') }}</button>
|
||||
<img src="@/assets/images/home/designer-bg.png" />
|
||||
</section>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user