Skip to content

askycat/phl-vdrag

Repository files navigation

vdrag

only drag for vue

Demo

Installation

npm install @phl/vdrag --save

Usage

Import v-drag into any file you are planning to use it.

import drag from "@phl/vdrag"
Vue.use(drag);
<div v-drag>Drag me!</div>

Releases

No releases published

Packages

No packages published