Vue阻止点击其他DOM节点失去输入框焦点

<view @mousedown.capture.prevent.stop="comfirm">
    <u-button size="medium" type="primary">确定</u-button>
</view>

mousedown事件使用capture修饰符配合prevent以及stop配合使用就可以阻止input失去焦点

posted @ 2022-10-07 16:31  至疾  阅读(713)  评论(0编辑  收藏  举报