mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
fix: keepAliveProps broken in <nuxt-child> (#4521)
This commit is contained in:
parent
6ed3ecacc7
commit
b48b220608
@ -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