finish sidebar router push
This commit is contained in:
12
src/views/JtagTest.vue
Normal file
12
src/views/JtagTest.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<template>
|
||||
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="postcss">
|
||||
|
||||
</style>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user