Skip to content

Commit

Permalink
修复需要主动点击才能添加标签的feature
Browse files Browse the repository at this point in the history
  • Loading branch information
virusdefender committed Jun 30, 2018
1 parent 6bb0c02 commit 6643a16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/admin/views/problem/Problem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
v-model="tagInput"
:trigger-on-focus="false"
@keyup.enter.native="addTag"
@blur="addTag"
@select="addTag"
:fetch-suggestions="querySearch">
</el-autocomplete>
Expand Down

0 comments on commit 6643a16

Please sign in to comment.