Skip to content

Commit 9906e3a

Browse files
committed
chore: remove blank line [ci skip]
1 parent bdaf83a commit 9906e3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-core/src/components/KeepAlive.ts

-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ const KeepAliveImpl: ComponentOptions = {
283283
(include && (!name || !matches(include, name))) ||
284284
(exclude && name && matches(exclude, name)) ||
285285
(__DEV__ && hmrDirtyComponents.has(comp))
286-
287286
) {
288287
current = vnode
289288
return rawVNode

0 commit comments

Comments
 (0)