Explorar el Código

update pa_chat

luke hace 6 años
padre
commit
737a4dae4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pc_chat/src/components/chat.vue

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

@@ -409,7 +409,7 @@
 											show-word-limit
 											class="scroll"
 											id="information"
-											v-model="information"
+											v-model.trim="information"
 											autofocus
 											placeholder="请输入你的问题:"
 											@keyup.enter.native="listenEnter($event)">