data: {
   
    rotateDegree:0
  },
rotateClick: function() {
    this.data.rotateDegree += 90  //this.rotateDegree += 90就会报错NaN
this.cropper.setAngle(this.data.rotateDegree) },

 

相关文章:

  • 2022-01-19
  • 2022-01-10
  • 2022-12-23
  • 2021-11-17
  • 2021-10-20
  • 2021-08-31
  • 2021-09-18
  • 2021-06-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2021-07-19
  • 2021-06-02
  • 2021-07-23
  • 2022-12-23
相关资源
相似解决方案