1👍
✅
I read the documentation again and I found a solution for this.
I add this bvModalEvt.preventDefault()
addCustomer(bvModalEvt) {
if (this.$v.$invalid) {
bvModalEvt.preventDefault()
console.log('Error');
}else{
...code...
Source:stackexchange.com