mirror of https://github.com/vuejs/core.git
chore: remove blank line [ci skip]
This commit is contained in:
parent
bdaf83aae7
commit
9906e3a82a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue