当前位置: 首页 > article >正文

vue3中实现拖拽排序(vue-draggable-next的使用)

1.安装插件

npm i vue-draggable-next

2.引入使用

<template>
<vue-draggable-next v-model="list" tag="div" handle=".warn-card" group="warngroup" ghost-class="ghost"
  class="mb10 warn-card-box" animation="300">
  <transition-group>
    <div class="warn-card mb8" style="cursor: grab;" v-for="(item,index) in list" :key="index">
      <div>{{ item }}</div>
    </div>
  </transition-group>
</vue-draggable-next>
</template>

<script setup>
import { VueDraggableNext } from 'vue-draggable-next'
import {ref} from "vue"

const list = ref(['洒了几滴','lksdf','哦靠平淡是福','点击分手快乐吧'])
</script>

3.效果

4.说明

在vue3中拖拽插件需要用vue-draggable-next,一般不能使用draggable,draggable会报错(会出现TypeError: Cannot read properties of undefined (reading  header ))


http://www.kler.cn/a/302432.html

相关文章:

  • 搭建深度学习开发环境
  • 深度学习之卷积问题
  • 新版 idea 编写 idea 插件时,启动出现 ClassNotFound
  • Spring MVC 与 JSP 数据传输
  • JS 实现SSE通讯和了解SSE通讯
  • 在linux中使用nload实时查看网卡流量
  • SVM 监督学习
  • Linux CentOS更换阿里云源解决Could not retrieve mirrorlist http://mirrorlist.centos.org
  • 电脑监控软件系统有哪些?|2024年干货整理,赶紧码住!
  • css父容器溢出隐藏 子容器溢出滚动
  • 使用TLS解决Docker API暴露2375端口的问题
  • C++-----STL简介(了解)
  • 【数据结构】第八节:链式二叉树
  • 为什么学习Python数据分析?学会能干什么?python数据分析有什么用
  • 研1日记10
  • 保证缓存一致性
  • Debian11.9镜像基于jre1.8的Dockerfile
  • ppt图标去哪找?自带素材库的在线PPT软件,免费获取!
  • Caffenie配合Redis做两级缓存,Redis发布订阅实现缓存一致更新
  • 关于支付宝小程序客户端退出不了的问题的认知和退出的解决方案
  • Object Pascal 基本数据类型
  • 宝马销量崩了,自己作死拦都拦不住
  • 压测服务器并使用 Grafana 进行可视化
  • (不用互三)AI绘画工具大比拼:Midjourney VS Stable Diffusion该如何选择?
  • 【JUC】16-Java对象内存布局和对象头
  • C和指针:指针