add bun backend and add upload bitstream component
This commit is contained in:
17
src/views/TestView.vue
Normal file
17
src/views/TestView.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="w-screen h-screen">
|
||||
<!-- <Switch width="720" height="720" /> -->
|
||||
<MechanicalButton width="720" height="720" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import MechanicalButton from '@/components/equipments/MechanicalButton.vue';
|
||||
import Switch from '@/components/equipments/Switch.vue';
|
||||
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped lang="postcss">
|
||||
@import "../assets/main.css"
|
||||
</style>
|
||||
Reference in New Issue
Block a user