From 7f7eba1f814202ad3200653d7f252a3ab100a0f8 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Tue, 28 Nov 2017 10:22:19 -0400 Subject: [PATCH] fix: remove listenOnRoot handlers in beforeDestroy --- src/mixins/listen-on-root.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixins/listen-on-root.js b/src/mixins/listen-on-root.js index 9f530ce96b5..2d27f51c569 100644 --- a/src/mixins/listen-on-root.js +++ b/src/mixins/listen-on-root.js @@ -44,7 +44,7 @@ export default { } }, - destroyed () { + beforeDestroy () { if (this[BVRL] && isArray(this[BVRL])) { while (this[BVRL].length > 0) { // shift to process in order