9 lines
245 B
Plaintext
9 lines
245 B
Plaintext
.w-100.input()
|
|
textarea.text-small#query_note(
|
|
v-model="journey.leg_get().notes"
|
|
rows="1"
|
|
@input="refreshTextAreaHeight"
|
|
@focus="refreshTextAreaHeight"
|
|
placeholder="...",
|
|
)
|
|
|