Commit e548e63a348454f3d278d0d5003134451b24fc44
1 parent
ead35a6a
feat:pc端 设备新增命令下发和引入json-editor-vue3
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <div class="mt-4"> |
4 | 4 | <BasicForm @register="registerForm"> |
5 | 5 | <template #commandSlot> |
6 | - <JsonEditorVue class="editor" v-model="jsonData" @blur="jsonValidate" /> | |
6 | + <JsonEditorVue class="editor" v-model="jsonData" @blur="jsonValidate" language="zh" /> | |
7 | 7 | </template> |
8 | 8 | </BasicForm> |
9 | 9 | <div> | ... | ... |