We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 621756e commit 31839a1Copy full SHA for 31839a1
src/core/instance/lifecycle.js
@@ -183,7 +183,6 @@ export function lifecycleMixin (Vue: Class<Component>) {
183
}
184
185
export function callHook (vm: Component, hook: string) {
186
- vm.$emit('pre-hook:' + hook)
187
const handlers = vm.$options[hook]
188
if (handlers) {
189
for (let i = 0, j = handlers.length; i < j; i++) {
0 commit comments