Parcourir la source

update pc_chat

luke il y a 6 ans
Parent
commit
8c6731adb6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pc_chat/src/components/chat.vue

+ 1 - 1
pc_chat/src/components/chat.vue

@@ -293,7 +293,7 @@
 								<div style="height:44px;width:300px;">
 								<div style="height:44px;width:300px;">
 									<textarea  name=""
 									<textarea  name=""
 											   id=""
 											   id=""
-											   v-model="information"
+											   v-model.trim="information"
 											   cols="30"
 											   cols="30"
 											   rows="1"
 											   rows="1"
 											   placeholder="请输入你的问题:"
 											   placeholder="请输入你的问题:"