mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Set default appear class
This commit is contained in:
parent
b9c318be6a
commit
b83f897339
@ -245,7 +245,10 @@ Options.defaults = {
|
||||
transition: {
|
||||
name: 'page',
|
||||
mode: 'out-in',
|
||||
appear: false
|
||||
appear: false,
|
||||
appearClass: 'appear',
|
||||
appearActiveClass: 'appear-active',
|
||||
appearToClass: 'appear-to'
|
||||
},
|
||||
router: {
|
||||
mode: 'history',
|
||||
|
Loading…
Reference in New Issue
Block a user