Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Dec 21, 2016
1 parent 6e29dbe commit fbf4179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const VueDragZone = require('vue-drag-zone')
// use
Vue.use(VueDragZone)


// or use with component(ES6)
import Vue from 'vue'
import { dragZone, dragHandle } from 'vue-drag-zone'

// use
Expand All @@ -52,7 +52,7 @@ export default {
```

``` html
<!-- use with components -->
<!-- base use -->
<drag-zone class="zone">
<div class="item i1">item1</div>
<drag-handle class="handle">H</drag-handle>
Expand Down

0 comments on commit fbf4179

Please sign in to comment.