Skip to content
Snippets Groups Projects
Commit 04a916ce authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Use (bigger) v-textarea for imputting comments when amending lessons

parent 57b32c3b
No related branches found
No related tags found
1 merge request!310Resolve "Implement Vue substitution frontend"
Pipeline #144734 failed
......@@ -154,6 +154,12 @@
v-on="on"
/>
</template>
<template #comment.field="{ attrs, on }">
<v-textarea
v-bind="attrs"
v-on="on"
/>
</template>
</dialog-object-form>
</v-card-actions>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment