chore: unset removed invokers

This commit is contained in:
Evan You 2020-08-03 17:56:55 -04:00
parent 1c967fc44b
commit 8d4abc3814

View File

@ -80,6 +80,7 @@ export function patchEvent(
} else if (existingInvoker) {
// remove
removeEventListener(el, name, existingInvoker, options)
invokers[rawName] = undefined
}
}
}