Trim replyComment.content (halo-dev/console#151)

pull/3445/head
wuyc 2020-05-03 13:00:42 +08:00 committed by GitHub
parent 78e71f0062
commit 6e915d4f6b
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@
<a-input <a-input
type="textarea" type="textarea"
:autoSize="{ minRows: 8 }" :autoSize="{ minRows: 8 }"
v-model="replyComment.content" v-model.trim="replyComment.content"
/> />
</a-form-item> </a-form-item>
</a-form> </a-form>