added scroll to top button
This commit is contained in:
parent
af44880f59
commit
2193064f3a
4 changed files with 124 additions and 69 deletions
|
@ -24,6 +24,7 @@
|
|||
|
||||
<script lang="ts" setup>
|
||||
import { hasToken } from "~/composables/hasToken";
|
||||
import ProfileMenu from "~/components/common/menus/ProfileMenu.vue";
|
||||
|
||||
const authenticated = computed(() => hasToken());
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue