vue中computed计算属性传入参数

computed: {
      // 控制显示的内容
      computedTxt() {
        return function(value) {
          return this.methodGetByteLen(value, 20)
        }
     },
    getdata(){
      return:"1233"   
    }
}

 

posted @ 2020-11-20 17:39  小小强学习网  阅读(1831)  评论(0编辑  收藏  举报