fix: 国际化问题

This commit is contained in:
wangjiahao 2021-05-21 13:55:55 +08:00
parent fd37b3e331
commit a588e9e29a
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<template>
<div id="canvasInfo" :style="customStyle" class="bg">
<el-row v-if="componentDataShow.length===0" style="height: 100%;" class="custom-position">
<!-- {{ $t('panel.panel_null') }} -->
{{ $t('panel.panelNull') }}
</el-row>
<ComponentWrapper
v-for="(item, index) in componentDataInfo"

View File

@ -887,7 +887,7 @@ export default {
insert_picture: 'Insert Picture',
redo: 'Redo',
undo: 'Undo',
panel_null: 'This is a Empty PanelYou Can Edit and Enrich It'
panelNull: 'This is a Empty PanelYou Can Edit and Enrich It'
},
plugin: {
local_install: 'Local installation',

View File

@ -886,7 +886,7 @@ export default {
insert_picture: '插入圖片',
redo: '重做',
undo: '撤銷',
panel_null: '这是个空的儀表盤,可以通过编辑来丰富内容'
panelNull: '这是个空的儀表盤,可以通过编辑来丰富内容'
},
plugin: {
local_install: '本地安裝',

View File

@ -888,7 +888,7 @@ export default {
insert_picture: '插入图片',
redo: '重做',
undo: '撤销',
panel_null: '这是个空的仪表板,可以通过编辑来丰富内容'
panelNull: '这是个空的仪表板,可以通过编辑来丰富内容'
},
plugin: {
local_install: '本地安装',