mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-18 19:49:25 +08:00
fix(editor): 修复warning,修改playground dsl codeBlocks字段
This commit is contained in:
parent
84b24f11b8
commit
85951de24d
@ -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"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user