mirror of
https://github.com/sahadev/vue-component-creater-ui.git
synced 2026-01-10 15:52:37 +08:00
Merge branch 'vue3' into vue3-vant
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<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">
|
||||
<template #item="{ element }">
|
||||
<li class="itemArea">
|
||||
|
||||
Reference in New Issue
Block a user