瀏覽代碼

update pc_chat

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)">