]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove blank line [ci skip]
authorEvan You <yyx990803@gmail.com>
Tue, 8 Nov 2022 06:29:13 +0000 (14:29 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 8 Nov 2022 06:29:13 +0000 (14:29 +0800)
packages/runtime-core/src/components/KeepAlive.ts

index 3bfef7bf9bfbe8fe1022224c9ce662f1fb523cf0..9605d79150c26011d2c64d12e36b793952326edd 100644 (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