mirror of https://github.com/halo-dev/halo
Trim replyComment.content (halo-dev/console#151)
parent
78e71f0062
commit
6e915d4f6b
|
@ -415,7 +415,7 @@
|
|||
<a-input
|
||||
type="textarea"
|
||||
:autoSize="{ minRows: 8 }"
|
||||
v-model="replyComment.content"
|
||||
v-model.trim="replyComment.content"
|
||||
/>
|
||||
</a-form-item>
|
||||
</a-form>
|
||||
|
|
Loading…
Reference in New Issue