refactor
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<script setup lang="ts">
|
||||
import { useDraggable} from 'vue-draggable-plus'
|
||||
import { computed, ref } from 'vue'
|
||||
import { IList } from '../type/IList'
|
||||
import { IList } from '../type/IComponent'
|
||||
|
||||
interface Props {
|
||||
modelValue: IList[]
|
||||
|
||||
Reference in New Issue
Block a user