File tree Expand file tree Collapse file tree 1 file changed +1
-41
lines changed Expand file tree Collapse file tree 1 file changed +1
-41
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ yarn add vuedraggable
42
42
npm i -S vuedraggable
43
43
```
44
44
45
- ** Beware it is vuedraggable and not vue-draggable which is another package **
45
+ ** Beware it is vuedraggable for Vue 2.0 and not vue-draggable which is for version 1.0 **
46
46
47
47
### with direct link
48
48
``` html
@@ -322,44 +322,4 @@ https://jsfiddle.net/dede89/L54yu3L9/
322
322
323
323
[See here](documentation/Vue.draggable.for.ReadME.md)
324
324
325
- ## Installation
326
- - Available through:
327
- ` ` ` js
328
- npm install vuedraggable
329
- ` ` `
330
- ` ` ` js
331
- Bower install vue .draggable
332
- ` ` `
333
-
334
- - #### For Modules
335
-
336
- ` ` ` js
337
- // ES6
338
- // For Vue.js 2.0
339
- import draggable from ' vuedraggable'
340
- ...
341
- export default {
342
- components: {
343
- draggable,
344
- ...
345
- }
346
- ...
347
-
348
- // For Vue.js 2.0
349
- var draggable = require (' vuedraggable' )
350
- ` ` `
351
-
352
- - #### For ` < script> ` Include
353
-
354
- ` ` ` HTML
355
-
356
- <!-- CDNJS :: Vue (https: // cdnjs.com/) -->
357
- < script src= " //cdnjs.cloudflare.com/ajax/libs/vue/2.5.2/vue.min.js" >< / script>
358
-
359
- <!-- CDNJS :: Sortable (https: // cdnjs.com/) -->
360
- < script src
= " //cdn.jsdelivr.net/npm/[email protected] /Sortable.min.js" >< / script
>
361
-
362
- <!-- CDNJS :: Vue .Draggable (https: // cdnjs.com/) -->
363
- < script src= " //cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/2.16.0/vuedraggable.min.js" >< / script>
364
-
365
325
` ` `
You can’t perform that action at this time.
0 commit comments