Explorar el Código

feat: remove useless option in KeepAlive (#3170)

JokcyLou hace 5 años
padre
commit
bd1240c127
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      packages/runtime-core/src/components/KeepAlive.ts

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

@@ -70,8 +70,6 @@ const KeepAliveImpl = {
   // would prevent it from being tree-shaken.
   __isKeepAlive: true,
 
-  inheritRef: true,
-
   props: {
     include: [String, RegExp, Array],
     exclude: [String, RegExp, Array],