ソースを参照

feat: remove useless option in KeepAlive (#3170)

JokcyLou 5 年 前
コミット
bd1240c127
1 ファイル変更0 行追加2 行削除
  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],