1
0
mirror of https://github.com/sahadev/vue-component-creater-ui.git synced 2025-06-07 21:54:05 +08:00

Merge branch 'vue3' into vue3-vant

This commit is contained in:
shangbin 2021-12-14 16:14:24 +08:00
commit 10379aecb6

View File

@ -1,5 +1,5 @@
<template> <template>
<draggable class="dragArea" tag="ul" :list="data" @start="onStartDrag" @choose="onClick" <draggable class="dragArea" tag="ul" :list="data" @start="onStartDrag" @choose="onClick" :group="{ name: 'g1' }"
@end="onEndDrag"> @end="onEndDrag">
<template #item="{ element }"> <template #item="{ element }">
<li class="itemArea"> <li class="itemArea">