0👍
This is because of forms. In forms any click event / button will be treated as submit (page gets reloaded) until unless specifed. To stop it from submitting you can do as follows
more reference: https://v2.vuejs.org/v2/guide/events.html
- [Vuejs]-Manipulating data on parent with $event or via $parent in Vue.js
- [Vuejs]-Vue.js: How to fix 'b-modal' not displaying within custom component
Source:stackexchange.com