Parcourir la source

chore: remove blank line [ci skip]

Evan You il y a 3 ans
Parent
commit
9906e3a82a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      packages/runtime-core/src/components/KeepAlive.ts

+ 0 - 1
packages/runtime-core/src/components/KeepAlive.ts

@@ -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