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