Browse Source

feat: remove useless option in KeepAlive (#3170)

JokcyLou 5 years ago
parent
commit
bd1240c127
1 changed files with 0 additions and 2 deletions
  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.
   // would prevent it from being tree-shaken.
   __isKeepAlive: true,
   __isKeepAlive: true,
 
 
-  inheritRef: true,
-
   props: {
   props: {
     include: [String, RegExp, Array],
     include: [String, RegExp, Array],
     exclude: [String, RegExp, Array],
     exclude: [String, RegExp, Array],