add mechanical button

This commit is contained in:
2025-03-17 20:21:24 +08:00
parent d7ca474e39
commit 4980b84da6
3 changed files with 96 additions and 10 deletions

View File

@@ -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';