diff --git a/app/app.vue b/app/app.vue index cb0eb30..c7e6bb1 100644 --- a/app/app.vue +++ b/app/app.vue @@ -126,6 +126,9 @@ + + + @@ -222,4 +225,5 @@ const users = ref([ } } ]) - \ No newline at end of file + + diff --git a/app/components/ScrollToTop.vue b/app/components/ScrollToTop.vue new file mode 100644 index 0000000..c58c06a --- /dev/null +++ b/app/components/ScrollToTop.vue @@ -0,0 +1,79 @@ + + + + +