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