Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:wangbinyq/vue-at into feat/emit-at
Browse files Browse the repository at this point in the history
  • Loading branch information
fritx committed Sep 28, 2017
2 parents 072dbb7 + 1cbad99 commit 522ad61
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/At.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ export default {
this.scrollToCur()
})
}
},
atwho (val) {
this.$emit('has-at', !!val)
}
},
Expand Down

0 comments on commit 522ad61

Please sign in to comment.