loading progress added
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user