zollero / el-search-table-pagination

🐶 Combine Form, Table and Pagination components of Element UI together.
MIT License
306 stars 79 forks source link

Prevent page reload on enter press. #5

Closed kikoseijo closed 6 years ago

kikoseijo commented 6 years ago

When I press Enter the form gets send and also will reload the page, this prevents this behaviour.

Added in ElSearchForm

@submit.native.prevent="searchHandler()"