vue.draggable

vuedraggable_readme双语翻译

|▌冷眼眸甩不掉的悲伤 提交于 2020-08-06 01:02:21
<p align="center"><img width="140" src="https://oscimg.oschina.net/oscnet/logo.svg"></p> <h1 align="center">Vue.Draggable</h1> Vue component (Vue.js 2.0) or directive (Vue.js 1.0) allowing drag-and-drop and synchronization with view model array. Based on and offering all features of Sortable.js [译]Vue组件(Vue.js 2.0)或directive(Vue.js 1.0)允许拖放以及与视图模型数组同步。 基于并提供 Sortable.js 的所有功能 Demo Live Demos https://sortablejs.github.io/Vue.Draggable/ https://david-desmaisons.github.io/draggable-example/ Features Full support of Sortable.js features: Supports touch devices Supports drag handles and selectable

[开源] SEPP——研发协作一站式管理平台

陌路散爱 提交于 2020-01-08 17:44:27
【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>> 演示地址 http://www.seqcer.com/ 仅对chrome浏览器做了完全适配,其他chromium核心浏览器或者firefox、safari也能使用,但是不推荐 仓库地址: 前端: https://github.com/purang-fintech/seppf.git 后端: https://github.com/purang-fintech/seppb.git 监控中心服务: https://github.com/fudax/octopus 本地化部署问题解决步骤: 先赏个STAR 再加QQ群:362260709 再问问题,当然,建议提问之前仔细看完下面的说明 技术栈 前端:vue2、axios、element等等等等 后端:springboot、guava、lombok等等等等 基础组件:mariadb(10.3)、nginx(1.15.3)、nodejs(8.12.0)、fastdfs、npm(6.7.0)、webpack4等等 插件:swagger2、quartz、aviator、h2等等 后端readme 启动方式: Main Class:com.pr.sepp.SeppApplication(线上可注释掉@EnableSwagger2) 本地VM options:-Denv=local

Vue.Draggable delete item by dragging into designated region

◇◆丶佛笑我妖孽 提交于 2019-12-13 17:01:31
问题 I've been banging my head against the wall trying to figure this out. I found an example of pretty much exactly what I'm trying to do via the Sortable.js library repo here but I haven't been able to implement it using Vue.Draggable. My theory of how to do it is add a <draggable/> element that is in the same group as the rest of the elements and listen for an @add event on it, then remove that dragged element from its list. One gotcha (maybe) is I'm trying to designate a "trash" button as the