mipengine / mip

[Deprecated] 请查看 mip2
https://www.mipengine.org/
MIT License
380 stars 81 forks source link

slot内容绑定不了事件 #358

Open wwjd2016 opened 4 years ago

wwjd2016 commented 4 years ago

BUG 描述 Child子组件:

<slot name=“test”></slot>

父组件Parent:

<Child><div slot=“test” @click=“hanldeClick”>click me</div></Child>

hanldeClick 不执行,没绑定上