feat: add vue-router

This commit is contained in:
pa
2025-10-16 00:00:48 +09:00
committed by Natsumi
parent 9cba3dbce8
commit df04f1d449
24 changed files with 175 additions and 136 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div v-show="menuActiveIndex === 'favorite'" class="x-container">
<div class="x-container">
<div
style="
font-size: 13px;
@@ -98,7 +98,6 @@
showWorldImportDialog,
showAvatarImportDialog
} = useFavoriteStore();
const { menuActiveIndex } = storeToRefs(useUiStore());
const { applyAvatar } = useAvatarStore();
const editFavoritesMode = ref(false);