|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
<template>
|
|
|
<app-view class="product">
|
|
<app-view class="product">
|
|
|
<template #header>
|
|
<template #header>
|
|
|
- <app-navbar title="产品" :show-back-button="showBackButton" />
|
|
|
|
|
|
|
+ <app-navbar :title="$t('home.product')" :show-back-button="showBackButton" />
|
|
|
</template>
|
|
</template>
|
|
|
<ProductList class="product-list" />
|
|
<ProductList class="product-list" />
|
|
|
</app-view>
|
|
</app-view>
|