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

This commit is contained in:
ousiri 2018-12-11 18:11:15 +08:00 committed by Pooya Parsa
parent 6ed3ecacc7
commit b48b220608

View File

@ -7,7 +7,8 @@ export default {
type: String,
default: ''
},
keepAlive: Boolean
keepAlive: Boolean,
keepAliveProps: Object
},
render(h, { parent, data, props }) {
data.nuxtChild = true