Skip to content
Snippets Groups Projects
Commit c9b61dfa authored by Thilo Wischmeyer's avatar Thilo Wischmeyer
Browse files

Added a handler to the score form to prevent the default browser behaviour

parent 6af43d11
No related branches found
No related tags found
1 merge request!271Added a handler to the score form to prevent the default browser behaviour
Pipeline #191472 failed
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
ref="scoreForm" ref="scoreForm"
v-model="scoreIsValid" v-model="scoreIsValid"
lazy-validation lazy-validation
@submit.prevent="submit"
> >
<v-text-field <v-text-field
id="score-input" id="score-input"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment