13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
div
|
|
div
|
|
.row.text-center
|
|
div
|
|
label Notes
|
|
.input.text-dark(style="width: 100%")
|
|
textarea-autosize.text-small(
|
|
v-model="journey.leg_get().notes",
|
|
placeholder="Notes",
|
|
:min-height="30",
|
|
:max-height="350"
|
|
)
|