gcj 3 lat temu
rodzic
commit
b2bdec96d9

+ 2 - 2
src/components/Adult/common/NewordPhraseModule.vue

@@ -30,13 +30,13 @@
             <el-input
               class="adult-book-input"
               style="width: 200px"
-              v-model="curQue.wordTime[curQueItem.index].bg"
+              v-model.trim="curQue.wordTime[curQueItem.index].bg"
             ></el-input>
             ~
             <el-input
               class="adult-book-input"
               style="width: 200px"
-              v-model="curQue.wordTime[curQueItem.index].ed"
+              v-model.trim="curQue.wordTime[curQueItem.index].ed"
             ></el-input>
           </div>
         </div>