Commit eb1bbca0 by haojie

1

parent 0effb792
......@@ -193,6 +193,9 @@ const cn = {
price: '价格',
r24h: '24小时涨跌',
r24hCollect: '24H收藏',
token: '币种',
newHolder: '新持有人',
Numbertrades: '交易笔数',
},
Search: {
search: '搜索',
......
......@@ -188,7 +188,10 @@ const cn = {
name: 'NAME',
price: 'PRICE',
r24h: '24H',
r24hCollect: '24H收藏',
r24hCollect: '24H Favorites',
token: 'token',
newHolder: 'New holders',
Numbertrades: 'Number trades',
},
Search: {
search: 'Search',
......
......@@ -39,9 +39,13 @@ export default defineComponent({
<table>
<thead>
<tr>
<th>1</th>
<th>1</th>
<th>1</th>
<th>{t('collection.token')}</th>
<th>
{t('collection.newHolder') +
'/' +
t('collection.Numbertrades')}
</th>
<th>{t('collection.r24h')} </th>
</tr>
</thead>
<tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment