diff --git a/components/Loading.vue b/components/Loading.vue new file mode 100644 index 00000000..a06bcf98 --- /dev/null +++ b/components/Loading.vue @@ -0,0 +1,44 @@ + + + + + diff --git a/nuxt.config.js b/nuxt.config.js index bce69b44..e859f70a 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -31,7 +31,7 @@ module.exports = { /* ** Customize the progress-bar component */ - loading: { color: '#FF6E40', height: '3px' }, + loading: '~/components/Loading.vue', /* ** Plugins to load before mounting the App */