feat(settings): menu navigation (unanimated)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import Background from "./Background.vue";
|
||||
import Menus from "./Menus/Menus.vue";
|
||||
|
||||
const store = useSettingsStore();
|
||||
|
||||
@@ -10,4 +11,5 @@ onMounted(() => {
|
||||
|
||||
<template>
|
||||
<Background />
|
||||
<Menus />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user