dynamic change of the metric parameters

This commit is contained in:
Niko Feith 2023-06-19 16:11:01 +02:00
parent 73d760c40c
commit 326b8f0d74

View File

@ -12,8 +12,11 @@
:min="-1" :min="-1"
:max="1" :max="1"
:interval="0.01" :interval="0.01"
:disabled="store.weights_fixed[idx]"
/>
<v-checkbox class="ma-0 checkbox-bottom"
v-model="store.weights_fixed[idx]"
/> />
<v-checkbox class="ma-0 checkbox-bottom" />
</div> </div>
</v-col> </v-col>
</v-row> </v-row>