Explorar o código

chore: remove blank line [ci skip]

Evan You %!s(int64=3) %!d(string=hai) anos
pai
achega
9906e3a82a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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