react阻止冒泡事件

react阻止事件冒泡的方法:

{
    e.nativeEvent.stopImmediatePropagation()
}}>

 

你可能感兴趣的:(react)