fix: allow keepAliveProps for nuxt component (#4610)

[skip ci]
This commit is contained in:
Dmitry Molotkov 2018-12-23 10:43:36 +03:00 committed by Pooya Parsa
parent 81b2dfa084
commit 8dc15d07b7

View File

@ -18,6 +18,7 @@ export default {
props: { props: {
nuxtChildKey: String, nuxtChildKey: String,
keepAlive: Boolean, keepAlive: Boolean,
keepAliveProps: Object,
name: { name: {
type: String, type: String,
default: 'default' default: 'default'