Vue Drag-and-drop Sorting Component – Sortable

Install & Download:

npm install vue-sortable
import Vue from 'vue'
import Sortable from 'vue-sortable'
Vue.use(Sortable)

Description:

This is a Vue.js wrapper for the SortableJS library to create draggable and sortable lists without jQuery.

Preview:

sortable

Tags:

Add Comment