Compare commits
2 Commits
3898bb333e
...
304800008b
Author | SHA1 | Date |
---|---|---|
|
304800008b | |
|
101e6cf2e3 |
|
@ -54,11 +54,15 @@ watch(form_state, changeParametres, { deep: true })
|
|||
<div class="form-row">
|
||||
<div class="form-item">
|
||||
<label for="length">Длина секции, мм</label>
|
||||
<Icon type="button" @click="increment('length')">-</Icon>
|
||||
<input id="length" type="number" v-bind="parametric.length" v-model="form_state.length" />
|
||||
<Icon type="button" @click="increment('length')">+</Icon>
|
||||
</div>
|
||||
<div class="form-item">
|
||||
<label for="height">Высота забора, мм</label>
|
||||
<Icon type="button" @click="increment('length')">-</Icon>
|
||||
<input id="height" type="number" v-bind="parametric.height" v-model="form_state.height" />
|
||||
<Icon type="button" @click="increment('length')">+</Icon>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-row">
|
||||
|
|
Loading…
Reference in New Issue