File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vue.dragable.for " ,
2
+ "name" : " vue.draggable " ,
3
3
"authors" : [
" desmaisons_david <[email protected] >" ],
4
4
"description" : " vue vuedraggable component" ,
5
5
"main" : " dist/vuedraggable.min.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " vuedragablefor " ,
2
+ "name" : " vuedraggable " ,
3
3
"version" : " 2.0.0" ,
4
4
"description" : " draggable component for vue" ,
5
5
"main" : " dist/vuedraggable.min.js" ,
50
50
},
51
51
"author" : " David Desmaisons" ,
52
52
"bugs" : {
53
- "url" : " https://github.com/David-Desmaisons/Vue.Dragable.For /issues"
53
+ "url" : " https://github.com/David-Desmaisons/Vue.Draggable /issues"
54
54
},
55
55
"license" : " MIT" ,
56
- "homepage" : " https://github.com/David-Desmaisons/Vue.Dragable.For #readme" ,
56
+ "homepage" : " https://github.com/David-Desmaisons/Vue.Draggable #readme" ,
57
57
"repository" : {
58
58
"type" : " git" ,
59
- "url" : " https://github.com/David-Desmaisons/Vue.Dragable.For .git"
59
+ "url" : " https://github.com/David-Desmaisons/Vue.Draggable .git"
60
60
}
61
61
}
Original file line number Diff line number Diff line change 52
52
function install ( Vue ) {
53
53
const props = {
54
54
options : Object ,
55
- list : Array
55
+ list : {
56
+ type : Array ,
57
+ required : false ,
58
+ default : null
59
+ }
56
60
}
57
61
58
62
const draggableComponent = {
You can’t perform that action at this time.
0 commit comments