Vue——web端数组拖拽排序插件——vue.draggable

	关于web端数组拖拽排序功能,有h5自带的draggable属性,以及基于此的sortablejs插件,以及在此基础上基于Vue框架的vue.draggable。现在先讨论一下vue.draggable,后面有时间再详细研究。
	参考链接:https://www.itxst.com/vue-draggable/tutorial.html
	一.安装
		使用yarn add vuedraggable
		或者npm i -S vuedraggable
	二.使用
		
		

你可能感兴趣的:(#,Vue,前端,vue,javascript)