Initial commit

This commit is contained in:
libertyspy
2026-02-08 18:41:38 +08:00
parent 3bb9178399
commit 70de3c68a8
4 changed files with 26 additions and 18 deletions

View File

@@ -111,7 +111,7 @@
<script lang="ts">
import { defineComponent, onMounted, type PropType, ref, watch } from 'vue';
import { CheckOutlined } from '@ant-design/icons-vue';
import type { ElementVariable, SettingTaskNodeElement } from './types';
import type { ElementVariable, SettingTaskNodeElement } from './builder/element';
import type { Graph, Node, NodeProperties } from '@antv/x6';
import {generateKey} from '@/utils/strings'