mirror of
				https://github.com/Tencent/tmagic-editor.git
				synced 2025-11-04 18:52:18 +08:00 
			
		
		
		
	fix(editor): 修复warning,修改playground dsl codeBlocks字段
This commit is contained in:
		
							parent
							
								
									84b24f11b8
								
							
						
					
					
						commit
						85951de24d
					
				@ -1,7 +1,7 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <el-dialog
 | 
			
		||||
    v-model="isShowCodeBlockEditor"
 | 
			
		||||
    class="code-editor-dialog"
 | 
			
		||||
    custom-class="code-editor-dialog"
 | 
			
		||||
    :title="currentTitle"
 | 
			
		||||
    :fullscreen="true"
 | 
			
		||||
    :before-close="saveAndClose"
 | 
			
		||||
 | 
			
		||||
@ -20,7 +20,7 @@ export default {
 | 
			
		||||
  id: '75f0extui9d7yksklx27hff8xg',
 | 
			
		||||
  name: 'test',
 | 
			
		||||
  type: 'app',
 | 
			
		||||
  codeBlock: {
 | 
			
		||||
  codeBlocks: {
 | 
			
		||||
    code_5336: {
 | 
			
		||||
      name: 'getData',
 | 
			
		||||
      // eslint-disable-next-line no-eval
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user