finished all pipeline values and renamed all as java variables

This commit is contained in:
ori agranat
2019-10-11 15:48:16 +03:00
parent 2eb4cbc950
commit ecbd80768c
7 changed files with 83 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
</template>
<template v-slot:append>
<v-text-field :value="localValue[1]" @input="handleChange" @focus="appendFocused = true" @blur="appendFocused = false" class="mt-0 pt-0" hide-details single-line type="number" style="width: 50px" :step="step"></v-text-field>
<v-text-field :value="localValue[1]" @input="handleChange" @focus="appendFocused = true" @blur="appendFocused = false" class="mt-0 pt-0" hide-details single-line type="number" style="width: 50px" :step="step"></v-text-field>
</template>
</v-range-slider>
</v-col>