Parcourir la source

feat: remove useless option in KeepAlive (#3170)

JokcyLou il y a 5 ans
Parent
commit
bd1240c127
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  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],