可以正常添加工作流节点,但无法拖拽

This commit is contained in:
2025-08-22 13:45:58 +08:00
parent f4a88349f8
commit e1c0e7f633
14 changed files with 14117 additions and 13019 deletions

View File

@@ -0,0 +1,7 @@
<template>
<WorkflowEditor />
</template>
<script setup lang="ts">
// 简单的页面包装器使用WorkflowEditor组件
</script>