1.0.1 • Published 4 years ago

vue-drag-move v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

vue-drag-move

Drag and drop to change the position of the DOM.

GitHub open issues npm version License: MIT

Demo

https://remu1519.github.io/VueDragMove/

Installation

With npm or yarn

yarn add vue-drag

npm insatll vue-drag

Usage

Basic

<template>
  <VueDragMove>
    Drag me.
  </VueDragMove>
</template>

<script>
import VueDragMove from 'vue-drag-move'

export default {
  components: { VueDragMove }
}
</script>

Props

Events

Licence

LICENCE MIT - Created by remu1519.