8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
.col-12.input.text-dark()
|
|
textarea.text-small#query_note(
|
|
v-model="journey.leg_get().notes"
|
|
@input="refreshTextAreaHeight"
|
|
@focus="refreshTextAreaHeight"
|
|
rows="1"
|
|
placeholder="...",
|
|
) |