finish sidebar router push

This commit is contained in:
2025-04-05 20:49:50 +08:00
parent 20d4fa12d8
commit 292c73e757
8 changed files with 102 additions and 69 deletions

12
src/views/JtagTest.vue Normal file
View File

@@ -0,0 +1,12 @@
<template>
</template>
<script lang="ts" setup>
</script>
<style scoped lang="postcss">
</style>

View File

@@ -7,7 +7,7 @@
</template>
<script setup lang="ts">
import LoginCard from '@/components/LoginCard.vue';
import LoginCard from "@/components/LoginCard.vue";
</script>
<style scoped></style>

View File

@@ -8,7 +8,7 @@
<script setup lang="ts">
import PopButton from "@/components/PopButton.vue";
// import MechanicalButton from "@/components/equipments/MechanicalButton.vue";
import MechanicalButton from "@/components/equipments/MechanicalButton.vue";
// import Switch from "@/components/equipments/Switch.vue";
</script>