feat: remove useless option in KeepAlive (#3170)
This commit is contained in:
parent
b302cbbbd3
commit
bd1240c127
@ -70,8 +70,6 @@ const KeepAliveImpl = {
|
|||||||
// would prevent it from being tree-shaken.
|
// would prevent it from being tree-shaken.
|
||||||
__isKeepAlive: true,
|
__isKeepAlive: true,
|
||||||
|
|
||||||
inheritRef: true,
|
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
include: [String, RegExp, Array],
|
include: [String, RegExp, Array],
|
||||||
exclude: [String, RegExp, Array],
|
exclude: [String, RegExp, Array],
|
||||||
|
Loading…
Reference in New Issue
Block a user