add mechanical button
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
<template>
|
||||
<div class="w-screen h-screen">
|
||||
<Switch width="720" height="720" />
|
||||
<!-- <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';
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user