mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 23:21:09 +00:00
fix loadingIndicator default value
This commit is contained in:
parent
136f066556
commit
38f9c21f21
@ -236,9 +236,7 @@ Options.defaults = {
|
|||||||
height: '2px',
|
height: '2px',
|
||||||
duration: 5000
|
duration: 5000
|
||||||
},
|
},
|
||||||
loadingIndicator: {
|
loadingIndicator: {},
|
||||||
name: undefined
|
|
||||||
},
|
|
||||||
transition: {
|
transition: {
|
||||||
name: 'page',
|
name: 'page',
|
||||||
mode: 'out-in'
|
mode: 'out-in'
|
||||||
|
Loading…
Reference in New Issue
Block a user