src/components/layer/src/layer.vue
@@ -47,10 +47,8 @@ }, init () { const propsData = helper.deepClone(this.content.data) || {} propsData.layerid = this.id propsData.lydata = this.content.data propsData.lyoption = this.options const instance = new this.content.content({ console.log(propsData) const instance = new this.content.comp({ // parent: this.content.parent, propsData: propsData })