vue.js文本框字数限制
2021-07-11 01:04
标签:hold val vue this pad input ext desc ice {{remnant}}/50 export default { remnant:0 } }, methods: { } } vue.js文本框字数限制 标签:hold val vue this pad input ext desc ice 原文地址:http://www.cnblogs.com/gerry/p/7088485.html
data() {
return {
descInput() {
var txtVal = this.desc.length; //desc 是设置v-model的值
this.remnant = txtVal;
}