no message

Former-commit-id: 5f938748efeb16f6752d86fb7ac9402270ade8eb
Former-commit-id: 1f6e716ef58f4b84a032152b190e3e3907c3b673
Former-commit-id: e488bf52f103d1c7529bdff7cbcd000531e07410
This commit is contained in:
李杨
2018-02-14 00:16:45 +08:00
parent aad3da7d7f
commit 8ca39154e1
2 changed files with 14 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
<i18n src="./lang.json"></i18n>
<template>
<el-tooltip :content="url" :placement="tooltipPlacement">
<a :href="url" target="_blank" class="link">
View in Github
{{$t('label')}}
<i class="fa fa-github"></i>
</a>
</el-tooltip>

View File

@@ -0,0 +1,11 @@
{
"cn": {
"label": "在 Github 查看"
},
"en": {
"label": "View in Github"
},
"ja": {
"label": "調べでGithub"
}
}