Skip to content

Commit

Permalink
chore: Fix lint for previous Autocomplete patch
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoenescu committed Mar 31, 2017
1 parent baddfe6 commit badf4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vue-components/autocomplete/Autocomplete.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ export default {
}
},
methods: {
popopen() {
popopen () {
this.$emit('open')
},
popclose() {
popclose () {
this.$emit('close')
},
trigger () {
Expand Down

0 comments on commit badf4f9

Please sign in to comment.