2020年2月29日
摘要: vue div拖拽 在前端开发中,拖拽是非常常见的一种方式,但是之前感觉拖拽实现起来比较麻烦,一直未深入研究,现在整理了几个实现方式: 1、原生方式 html部分 1 <div class="div" v-drag ></div> js部分 1 methods:{}, 2 directives: { 阅读全文
posted @ 2020-02-29 17:49 3D入魔 阅读(2151) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html> <head> <meta charset="utf8"> <title>js拖拽效果</title> <style type="text/css"> #div1 { width : 200px; height: 200px; position: abso 阅读全文
posted @ 2020-02-29 17:44 3D入魔 阅读(350) 评论(0) 推荐(0) 编辑