Browse Source

update pc_chat

luke 6 years ago
parent
commit
667b578b96
1 changed files with 1 additions and 1 deletions
  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)">