1、preventDefault() 方法阻止元素发生默认的行为(例如,当点击提交按钮时阻止对表单的提交)。

阻止元素默认行为

阻止元素默认行为

 阻止元素默认行为

2.<form v-on:submit.prevent="addCustomer">

相关文章: