| | |
| | | <div class="public-bounced map-background" v-drag :style="style"> |
| | | <div class="public-bounced-title panel-title" ref="publicBounced"> |
| | | <span>{{ title }}</span> |
| | | <i class="el-icon-circle-close" @click="close"></i> |
| | | <i class="el-icon-close" @click="close"></i> |
| | | </div> |
| | | <div class="public-bounced-content" :id="id"></div> |
| | | </div> |
| | |
| | | |
| | | <script> |
| | | import helper from './helper/helper.js' |
| | | import '../../../utils/dragBoxes' |
| | | |
| | | export default { |
| | | data () { |
| | |
| | | }, |
| | | init () { |
| | | const propsData = helper.deepClone(this.content.data) || {} |
| | | console.log(propsData) |
| | | // console.log(propsData) |
| | | const instance = new this.content.comp({ |
| | | // parent: this.content.parent, |
| | | propsData: propsData |