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
1 changed files with 1 additions and 0 deletions

View File

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