Skip to content

Commit bd1240c

Browse files
authored
feat: remove useless option in KeepAlive (#3170)
1 parent b302cbb commit bd1240c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime-core/src/components/KeepAlive.ts

-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ const KeepAliveImpl = {
7070
// would prevent it from being tree-shaken.
7171
__isKeepAlive: true,
7272

73-
inheritRef: true,
74-
7573
props: {
7674
include: [String, RegExp, Array],
7775
exclude: [String, RegExp, Array],

0 commit comments

Comments
 (0)