docs: update keepalive key name (#5366)

This commit is contained in:
Daniel Roe 2022-06-09 11:56:01 +01:00 committed by GitHub
parent a802b87ac7
commit 00844405ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,7 +163,7 @@ definePageMeta({
transition: {
name: 'page',
},
keepAlive: {
keepalive: {
exclude: ['modal']
},
})