UPDATE: VERSION-20260315
This commit is contained in:
@@ -147,8 +147,8 @@
|
||||
<script lang="ts">
|
||||
import { defineComponent, onMounted, type PropType, ref, watch } from 'vue';
|
||||
import { CheckOutlined } from '@ant-design/icons-vue';
|
||||
import type { ElementVariable, GraphTaskElement } from '../builder/element';
|
||||
import type { BehaviorTree } from '../types';
|
||||
import type { ElementVariable, GraphTaskElement } from '../graph';
|
||||
import type { BehaviorTree } from './tree';
|
||||
import type { Graph, Node, NodeProperties } from '@antv/x6';
|
||||
import { generateKey } from '@/utils/strings';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user