diff options
-rw-r--r-- | nuxt.config.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index b5a9a97..e5b3d4d 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -106,5 +106,9 @@ export default { console.log(errors) } } + }, + loading: { + color: '#507b34', + height: '5px' } } |