Vue.Draggable-Lock-Axis

For Vue.js 1.0

Use it exactly as v-for directive, passing optional parameters using ‘options’ parameter. Options parameter can be json string or a full javascript object.

  <div v-dragable-for="element in list1" options='{"group":"people"}'>
    <p></p>
  </div>

Limitation

Two Lists: https://jsfiddle.net/dede89/hqxranrd/

Example with list clone: https://jsfiddle.net/dede89/u5ecgtsj/

Installation

Version 1.0.9 is Vue.js 1.0 compatible