loading progress added

This commit is contained in:
2025-11-11 08:09:07 +02:00
parent 03edeaef2d
commit 35fa1863ff
11 changed files with 170 additions and 95 deletions
@@ -19,6 +19,7 @@
<v-form class="pt-4">
<v-text-field density="compact" :label="l.name" v-model="modelValue.title"></v-text-field>
<v-text-field density="compact" :label="l.id" v-model="modelValue.id"></v-text-field>
<v-number-input density="compact" label="Completion points" v-model="modelValue.points"></v-number-input>
</v-form>
</v-card>
@@ -49,6 +50,7 @@ export default {
},
mounted(){
this.active = true;
this.modelValue.points ??= 10;
},
props:{
//context: Object,