From 24893b906a23bf87e336d4221bf19d3727f4b034 Mon Sep 17 00:00:00 2001 From: lesion Date: Fri, 6 May 2022 23:31:34 +0200 Subject: [PATCH] uff --- components/Loading.vue | 44 ++++++++++++++++++++++++++++++++++++++++++ nuxt.config.js | 2 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 components/Loading.vue 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 */