学无先后,达者为师

网站首页 编程语言 正文

[element-ui] el-input 不能正常输入,输入了也不能删除的问题

作者:533_ 更新时间: 2023-10-15 编程语言

加入这个,@input=“change($event)”

<el-input type="text" v-model="addformData.xx" @input="change($event)"  placeholder="分类名称"></el-input>
methods: {
  change(){
    this.$forceUpdate();
  },


element 输入框 input 不能正常输入,输入了也不能删除的问题

原文链接:https://blog.csdn.net/qq_14993591/article/details/125477948

  • 上一篇:没有了
  • 下一篇:没有了
栏目分类
最近更新