Skip to content

Commit

Permalink
chore: remove blank line [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 authored and zhangzhonghe committed Apr 12, 2023
1 parent 5f71c79 commit 2031f9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/runtime-core/src/components/KeepAlive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2031f9a

Please sign in to comment.