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