Skip to content
Snippets Groups Projects
Commit 24eecd84 authored by Julian's avatar Julian
Browse files

Use change event instead of input

parent 7d6cdcd3
No related branches found
No related tags found
1 merge request!2Frontend
......@@ -162,7 +162,8 @@ export default {
dense
solo
flat
v-model="selectedGrade"
:value="selectedGrade"
@change="selectedGrade = $event"
:tabindex="tabIndex"
:loading="loading"
>
......
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