vue中怎么实现动态拖拽换位置的效果

//源代码 <template> <transition-group tag="div" class="container"> <div class="item" v-for="(item,index) in items" :key="item.key" :style="{background:item.color,width:'80px',height:'80px',}" draggable="
相关文章
相关标签/搜索