UNPKG

kingdot

Version:

A UI Components Library For Vue

8 lines (5 loc) 151 B
import Draggable from './Draggable'; Draggable.install = function (Vue) { Vue.component(Draggable.name, Draggable); }; export default Draggable;