YaolongHan 4 лет назад
Родитель
Сommit
36f4a435dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/homeView/tagDialog.vue

+ 1 - 1
src/components/homeView/tagDialog.vue

@@ -5,7 +5,7 @@
         {{tag}}
       </el-tag>
       <el-input class="input-new-tag" v-if="inputVisible" v-model="inputValue" ref="saveTagInput" size="small"
-        @keyup.enter.native="handleInputConfirm" @blur="handleInputConfirm" :maxlength="10">
+        @keyup.enter.native="handleInputConfirm" @blur="handleInputConfirm">
       </el-input>
       <el-button v-else class="button-new-tag" size="small" @click="showInput">+ 添加</el-button>
     </div>