Skip to content

Commit

Permalink
fix: remove listenOnRoot handlers in beforeDestroy
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorehouse committed Nov 28, 2017
1 parent 89618de commit 7f7eba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/listen-on-root.js
Expand Up @@ -44,7 +44,7 @@ export default {
}
},

destroyed () {
beforeDestroy () {
if (this[BVRL] && isArray(this[BVRL])) {
while (this[BVRL].length > 0) {
// shift to process in order
Expand Down

0 comments on commit 7f7eba1

Please sign in to comment.