美文网首页
elementUI el-input输入框或el-select选

elementUI el-input输入框或el-select选

作者: Marissa_z | 来源:发表于2023-07-04 09:33 被阅读0次

一、问题:

        输入框或选择器和其他组件嵌套过深会导致文字输入不显示,选择选项不显示。

二、解决方法:

        使用vm.$forceUpdate()使 Vue 实例重新渲染。

        对input输入框绑定input/change事件,@input="$forceUpdate()" 或 @change="$forceUpdate()"

        给选择器绑定change事件,@change="$forceUpdate()"

相关文章

网友评论

      本文标题:elementUI el-input输入框或el-select选

      本文链接:https://www.haomeiwen.com/subject/dqncudtx.html