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:
npm install vue-sortable
import Vue from 'vue'
import Sortable from 'vue-sortable'
Vue.use(Sortable)This is a Vue.js wrapper for the SortableJS library to create draggable and sortable lists without jQuery.