fix:idc添加组件事件传播bug修复

This commit is contained in:
wangwenrui
2020-01-03 16:10:32 +08:00
parent 13b45fea14
commit ffdb21531b

View File

@@ -31,7 +31,7 @@
<el-input type="text" placeholder="" v-model="idc.tel" size="small"></el-input>
</el-form-item>
</el-form>
<span :class="buttonClass" @click.prevent="" slot="reference">
<span :class="buttonClass" @click.prevent.stop="" slot="reference">
<slot name="optionZone" >
<i class="el-icon-plus"></i>
</slot>