mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 14:41:25 +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,
|
type: String,
|
||||||
default: ''
|
default: ''
|
||||||
},
|
},
|
||||||
keepAlive: Boolean
|
keepAlive: Boolean,
|
||||||
|
keepAliveProps: Object
|
||||||
},
|
},
|
||||||
render(h, { parent, data, props }) {
|
render(h, { parent, data, props }) {
|
||||||
data.nuxtChild = true
|
data.nuxtChild = true
|
||||||
|
Loading…
Reference in New Issue
Block a user