Iterated on docs, fixed links

This commit is contained in:
Stefan Zermatten
2022-11-24 12:29:00 +02:00
parent f13774df11
commit d05cd2fa19
2 changed files with 52 additions and 40 deletions

View File

@@ -82,8 +82,8 @@
cols="12" cols="12"
> >
<text-area <text-area
auto-grow
label="Body" label="Body"
:rows="20"
:value="doc.description" :value="doc.description"
@change="(value, ack) => change({path: ['description'], value, ack})" @change="(value, ack) => change({path: ['description'], value, ack})"
/> />

File diff suppressed because one or more lines are too long