vue.js文本框字数限制

2021-07-11 01:04

阅读:350

标签:hold   val   vue   this   pad   input   ext   desc   ice   


                   
                   

{{remnant}}/50

export default {
    data() {
            return {

       remnant:0

    }

    },

methods: {
            descInput() {
                var txtVal = this.desc.length;  //desc 是设置v-model的值
                this.remnant = txtVal;
        }

}

  }

vue.js文本框字数限制

标签:hold   val   vue   this   pad   input   ext   desc   ice   

原文地址:http://www.cnblogs.com/gerry/p/7088485.html


评论


亲,登录后才可以留言!