mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix: keepAliveProps broken in <nuxt-child> (#4521)
This commit is contained in:
parent
51e4488dd4
commit
431cc15617
@ -7,7 +7,8 @@ export default {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
keepAlive: Boolean
|
||||
keepAlive: Boolean,
|
||||
keepAliveProps: Object
|
||||
},
|
||||
render(h, { parent, data, props }) {
|
||||
data.nuxtChild = true
|
||||
|
Loading…
Reference in New Issue
Block a user