Convert to get set computed property

后端 未结 0 965
甜味超标
甜味超标 2021-01-27 13:41

I am learning vue right now. I have computed property like this:

computed: {
  cartStatus () {
    if (
      this.orderDiscrepancies.length > 0 && 
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题