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:
commit
10379aecb6
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user