fix: keepAliveProps broken in <nuxt-child> (#4521)

This commit is contained in:
ousiri 2018-12-11 18:11:15 +08:00 committed by Sébastien Chopin
parent 51e4488dd4
commit 431cc15617

View File

@ -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