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 @@
+
+ .loading-page(:class='{ loading }')
+ v-progress-circular(:size="100" :width="10" style='color: orangered;' indeterminate)
+
+
+
+
+