apache / incubator-weex

Apache Weex (Incubating)
https://weex.apache.org
Apache License 2.0
13.75k stars 1.82k forks source link

[Android][iOS][recycle-list] Cannot bind event for subcomponent #2151

Open fred-ye opened 5 years ago

fred-ye commented 5 years ago

I write code like this in recycle-list.

<cell-slot case="dynamic">
      <card :index="i" :label="item.label" @click="handleClick"></card>
</cell-slot>

The method “handleClick” can not be triggered. you can check the demo

I used weex playground app to test.

YorkShen commented 5 years ago

Bug received, @gubaojian will have a look