UPDATE: VERSION-20260316
This commit is contained in:
@@ -27,10 +27,11 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent, onMounted, type PropType, ref, watch } from 'vue';
|
||||
import { defineComponent, type PropType, ref, watch } from 'vue';
|
||||
import { safePreventDefault, safeStopPropagation } from '@/utils/event';
|
||||
import {findPlatformWithComponents} from './api'
|
||||
import { type PlatformWithComponents, type Scenario } from './types';
|
||||
import { findPlatformWithComponents } from './api';
|
||||
import { type Scenario } from './types';
|
||||
import { type PlatformWithComponents } from '../types';
|
||||
|
||||
export default defineComponent({
|
||||
emits: ['drag-item-start', 'drag-item-end'],
|
||||
|
||||
Reference in New Issue
Block a user