element ui el-input输入框自动失去焦点

输入框点击获取焦点后会自动马上失去焦点,导致无法输入,尝试了加 @input="forceUpdate"还是没效果

img

img

强制获取

@input="$forceUpdate()"