UPDATE: VERSION-20260315

This commit is contained in:
libertyspy
2026-03-15 16:36:07 +08:00
parent 22e71a24d3
commit 83a38c6db8
9 changed files with 493 additions and 38 deletions

View File

@@ -71,7 +71,7 @@
<script lang="ts">
import { defineComponent, onMounted, ref } from 'vue';
import type { NodeDragTemplate, NodeTemplate } from '../types';
import type { NodeDragTemplate, NodeTemplate } from './template';
import { findNodeTemplates } from './api';
import { safePreventDefault, safeStopPropagation } from '@/utils/event';