feat: remove useless option in KeepAlive (#3170)

This commit is contained in:
JokcyLou
2021-02-09 14:58:53 +08:00
committed by GitHub
parent b302cbbbd3
commit bd1240c127

View 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],