dev merge #163
@ -1,8 +1,9 @@
|
|||||||
.col-12.input.text-dark()
|
.w-100.input()
|
||||||
textarea.text-small#query_note(
|
textarea.text-small#query_note(
|
||||||
v-model="journey.leg_get().notes"
|
v-model="journey.leg_get().notes"
|
||||||
|
rows="1"
|
||||||
@input="refreshTextAreaHeight"
|
@input="refreshTextAreaHeight"
|
||||||
@focus="refreshTextAreaHeight"
|
@focus="refreshTextAreaHeight"
|
||||||
rows="1"
|
|
||||||
placeholder="...",
|
placeholder="...",
|
||||||
)
|
)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user