Skip to content

Commit

Permalink
feat: remove useless option in KeepAlive (#3170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jokcy committed Feb 9, 2021
1 parent b302cbb commit bd1240c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/runtime-core/src/components/KeepAlive.ts
Expand Up @@ -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],
Expand Down

0 comments on commit bd1240c

Please sign in to comment.