Commit 28a03103c6700b6c443e20266e4a65af7d076323

Authored by ly525
1 parent d860a7c7

chore(editor): update comment

front-end/h5/src/views/Editor.vue
@@ -345,7 +345,6 @@ const Editor = { @@ -345,7 +345,6 @@ const Editor = {
345 * pluginInfo {Object}: 插件列表中的基础数据, {name}=pluginInfo 345 * pluginInfo {Object}: 插件列表中的基础数据, {name}=pluginInfo
346 */ 346 */
347 clone ({ name }) { 347 clone ({ name }) {
348 - debugger  
349 const zindex = this.elements.length + 1 348 const zindex = this.elements.length + 1
350 // const defaultPropsValue = this.getPropsDefaultValue(name) 349 // const defaultPropsValue = this.getPropsDefaultValue(name)
351 const editorConfig = this.getEditorConfig(name) 350 const editorConfig = this.getEditorConfig(name)
@@ -355,7 +354,7 @@ const Editor = { @@ -355,7 +354,7 @@ const Editor = {
355 this.editingElement = element 354 this.editingElement = element
356 }, 355 },
357 /** 356 /**
358 - * #!zh: renderCanvas 将拖拽过来的组件渲染到中间画布 上 357 + * #!zh: renderCanvas 渲染中间画布
359 * elements 358 * elements
360 * @param {*} h 359 * @param {*} h
361 * @param {*} elements 360 * @param {*} elements