luke 6 роки тому
батько
коміт
667b578b96
1 змінених файлів з 1 додано та 1 видалено
  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.trim="information"
+											v-model="information"
 											autofocus
 											placeholder="请输入你的问题:"
 											@keyup.enter.native="listenEnter($event)">