We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b302cbb commit bd1240cCopy full SHA for bd1240c
packages/runtime-core/src/components/KeepAlive.ts
@@ -70,8 +70,6 @@ const KeepAliveImpl = {
70
// would prevent it from being tree-shaken.
71
__isKeepAlive: true,
72
73
- inheritRef: true,
74
-
75
props: {
76
include: [String, RegExp, Array],
77
exclude: [String, RegExp, Array],
0 commit comments