fix(editor): 修复warning,修改playground dsl codeBlocks字段

This commit is contained in:
parisma 2022-09-27 11:56:53 +08:00 committed by jia000
parent 84b24f11b8
commit 85951de24d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<el-dialog <el-dialog
v-model="isShowCodeBlockEditor" v-model="isShowCodeBlockEditor"
class="code-editor-dialog" custom-class="code-editor-dialog"
:title="currentTitle" :title="currentTitle"
:fullscreen="true" :fullscreen="true"
:before-close="saveAndClose" :before-close="saveAndClose"

View File

@ -20,7 +20,7 @@ export default {
id: '75f0extui9d7yksklx27hff8xg', id: '75f0extui9d7yksklx27hff8xg',
name: 'test', name: 'test',
type: 'app', type: 'app',
codeBlock: { codeBlocks: {
code_5336: { code_5336: {
name: 'getData', name: 'getData',
// eslint-disable-next-line no-eval // eslint-disable-next-line no-eval