Skip to content

Commit

Permalink
Merge branch 'hotfix/delete-console'
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasOlivera committed Mar 1, 2020
2 parents 647b4c8 + 5d0112e commit a538365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ValidationView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ValidationView = defineComponent({
const { passes, errors } = useValidator(person, personRules);
function onSubmit(): void {
console.log("submit");
// send data
}
return { person, passes, errors, onSubmit };
Expand Down

0 comments on commit a538365

Please sign in to comment.