mantou132 / gem

💎 Lightweight WebApp development library using custom elements
https://gemjs.org
MIT License
19 stars 2 forks source link

`@emitter` support light dom? #201

Closed mantou132 closed 2 months ago

mantou132 commented 2 months ago

监听器过滤非子元素的 emitter 事件

dep #145

mantou132 commented 2 months ago
<my-element @hi=${xxxx}>
  <my-element-2>
    <other-element>

处理器会处理 my-element-2 的事件?

mantou132 commented 2 months ago

@emitter 不是冒泡事件