diff --git a/src/api/events.js b/src/api/events.js index 98a147264ae..7391e90c540 100644 --- a/src/api/events.js +++ b/src/api/events.js @@ -98,6 +98,8 @@ exports.$emit = function (event) { var res = cbs[i].apply(this, args) if (res === true) { this._shouldPropagate = true + } else { + this._shouldPropagate = false } } }