refactor(editor): Decouple Draggable from NDV store (#14531)

This commit is contained in:
Milorad FIlipović
2025-04-11 11:17:44 +02:00
committed by GitHub
parent e54f450a9d
commit be627f08a4
6 changed files with 63 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import Draggable from './Draggable.vue';
import Draggable from '@/components/Draggable.vue';
import type { XYPosition } from '@/Interface';
defineProps<{