This commit is contained in:
@@ -29,9 +29,9 @@
|
||||
<!-- <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-container v-if="selected && modelValue.type">
|
||||
<div v-if="selected && modelValue.type">
|
||||
<component :is="modelValue.type" v-model="mv"></component>
|
||||
</v-container>
|
||||
</div>
|
||||
|
||||
<v-card title="Activation requirements" v-if="modelValue.type != 'CharacterObject'">
|
||||
<v-number-input density="compact" label="Level score should be above" v-model="modelValue.activationScore"></v-number-input>
|
||||
|
||||
Reference in New Issue
Block a user