docs: refine i18n (#1848)

This commit is contained in:
花裤衩
2019-04-07 23:10:14 +08:00
committed by GitHub
parent 7492e2097f
commit f11839c8a4
8 changed files with 29 additions and 35 deletions

View File

@@ -54,10 +54,10 @@
</el-table>
<!-- $t is vue-i18n global function to translate lang (lang in @/lang) -->
<div class="show-d">
{{ $t('table.dragTips1') }} : &nbsp; {{ oldList }}
<el-tag style="margin-right:12px;">{{ $t('table.dragTips1') }} :</el-tag> {{ oldList }}
</div>
<div class="show-d">
{{ $t('table.dragTips2') }} : {{ newList }}
<el-tag>{{ $t('table.dragTips2') }} :</el-tag> {{ newList }}
</div>
</div>
</template>