@ click.stop is useless.
mpvue, @ click.stop can stop bubbling.
event bubbling is from the inside out. This is to capture
have you solved your problem
avoid bindclick and catch appearing at the same time; you can use both @ tap.stop to bind events to solve your needs.
Previous: The problem of tabbar data recording in vux
Next: Why can git Bash Here on window execute commands on mac?
canvas drawCircle() { var ctx = wx.createCanvasContext( canvasArcCir ) var width = this.animation.canvasWidth 2; function backgroundCircle() { ctx.save(); ctx.beginPath(); ctx.setLineWidth(8) ctx...
use wx.request to send requests ...