bugfix: tool input field as number (mobile input fix)
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
v-model="value"
|
v-model="value"
|
||||||
:items="items"
|
:items="items"
|
||||||
item-text="value"
|
item-text="value"
|
||||||
|
type="number"
|
||||||
@change="setTemps"
|
@change="setTemps"
|
||||||
></v-combobox>
|
></v-combobox>
|
||||||
</template>
|
</template>
|
||||||
|
Reference in New Issue
Block a user