]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
feat: remove useless option in KeepAlive (#3170)
authorJokcyLou <jokcylou@hotmail.com>
Tue, 9 Feb 2021 06:58:53 +0000 (14:58 +0800)
committerGitHub <noreply@github.com>
Tue, 9 Feb 2021 06:58:53 +0000 (07:58 +0100)
packages/runtime-core/src/components/KeepAlive.ts

index f5c0bfd61bdc63c7a4e9fa7731acf3ff805e2790..6ad53fda72ee08d5ee132d6748fab431597dcba3 100644 (file)
@@ -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],