refactor: 重构projectview页面结构

This commit is contained in:
2025-07-09 14:42:29 +08:00
parent c3bd61ed51
commit c5ce246caf
16 changed files with 822 additions and 882 deletions

View File

@@ -1,5 +0,0 @@
import LabCanvas from './LabCanvas.vue';
import LabComponentsDrawer from './LabComponentsDrawer.vue';
import { useProvideLabCanvasStore, useLabCanvasStore } from './composable/LabCanvasManager';
export {LabCanvas, LabComponentsDrawer};