This commit is contained in:
2025-07-29 00:38:01 +08:00
parent 1745a54eb6
commit d885ad84e2
7 changed files with 20 additions and 22 deletions

View File

@@ -35,8 +35,7 @@
</template>
<script setup lang="ts">
import { ref, watch } from 'vue'
import { useRoute } from 'vue-router'
import { ref } from 'vue'
const isSidebarOpen = ref(false)