vue使用elementUI input组件有时候不能删除已写入的内容或者不能写入
在input上绑定一个chang事件调用vue的更新API可解决此问题,具体看贴的代码<el-input type=“textarea” :rows=“2” placeholder=“请输入分类描述” v-model=“rowFrom.desc” @input="change(KaTeX parse error: Expected '}', got 'EOF' at end of inpu.
·
在input上绑定一个chang事件调用vue的更新API可解决此问题,具体看贴的代码
<el-input type=“textarea” :rows=“2” placeholder=“请输入分类描述” v-model=“rowFrom.desc” @input="change(KaTeX parse error: Expected '}', got 'EOF' at end of input: …{ this.forceUpdate()
},
更多推荐
已为社区贡献1条内容
所有评论(0)