feat: add components drawer

This commit is contained in:
2025-07-01 21:08:58 +08:00
parent 262c5e4003
commit f1e2dbd9d8
4 changed files with 635 additions and 5 deletions

View File

@@ -26,8 +26,9 @@
</template>
<script setup lang="ts">
import LabComponentsDrawer from "@/components/LabCanvas/LabComponentsDrawer.vue";
import { SplitterGroup, SplitterPanel, SplitterResizeHandle } from "reka-ui";
import LabCanvas from "@/components/LabCanvas.vue";
import LabCanvas from "@/components/LabCanvas/LabCanvas.vue";
</script>
<style>