Narutocc / Vue

:smirk_cat:Vue is a progressive framework for building user interfaces. Vue is also perfectly capable of powering sophisticated Single-Page Applications when used in combination with modern tooling and supporting libraries.
1 stars 0 forks source link

element 键盘enter导致路由刷新issue #68

Open Narutocc opened 5 years ago

Narutocc commented 5 years ago

场景:

全局封装按下键盘enter键进行搜索功能,后面发现只有一个input框时,按下enter键整个页面刷新了,路由也变了。

原因:

当一个 form 元素中只有一个输入框时,在该输入框中按下回车应提交该表单。如果希望阻止这一默认行为,可以在 标签上添加 @submit.native.prevent。