label的for如何绑定button的长按事件?
label的for如何绑定button的长按事件?
<label for = "buttonCreate" >
</label> <button [@tap](/user/tap).stop= "cake" catch :longpress= "longcake" id= "buttonCreate" formType= "submit" >button</button> |
代码如上
label目前可以触发单击,但是无法触发长按事件。
求助