chore: remove blank line [ci skip]

This commit is contained in:
Evan You 2022-11-08 14:29:13 +08:00
parent bdaf83aae7
commit 9906e3a82a
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ const KeepAliveImpl: ComponentOptions = {
(include && (!name || !matches(include, name))) ||
(exclude && name && matches(exclude, name)) ||
(__DEV__ && hmrDirtyComponents.has(comp))
) {
current = vnode
return rawVNode