引入socket

This commit is contained in:
lulu
2018-10-23 16:07:51 +08:00
committed by Nova
parent 673e4a11b7
commit 9bedf5dccf
8 changed files with 59 additions and 29 deletions

View File

@@ -35,12 +35,12 @@ export default {
tableNone: '暂无数据',
},
chain: {
tableHeader: '区块列表',
tableHeader: 'Block List',
searchHolder: '请输入该输入的',
thHeight: '区块高度',
thTimestamp: '时间戳',
thType: '区块类型',
thId: '区块 ID',
thHeight: 'Height',
thTimestamp: 'Timestamp',
thType: 'Type',
thHash: 'Hash',
tableNone: '暂无数据',
},
}