fix: 修改打包错误, 回退I18N版本

This commit is contained in:
奔跑的面条
2022-04-22 16:40:46 +08:00
parent 2222af12c3
commit a0d0a5e214
5 changed files with 56 additions and 38 deletions
@@ -38,7 +38,7 @@
:title="item.title"
@click="selectChartHandle(item)"
>
<img class="list-item-img" :src="item.image" alt="展示图" />
<img class="list-item-img" v-lazy="item.image" alt="展示图" />
<n-text depth="2">{{ item.title }}</n-text>
</div>
</n-scrollbar>