Skip to content

Commit

Permalink
Updating dependencies + linting
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Desmaisons committed Oct 13, 2020
1 parent a368e18 commit 41ca07c
Show file tree
Hide file tree
Showing 6 changed files with 8,587 additions and 5,675 deletions.
4 changes: 3 additions & 1 deletion example/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@
class="icon github"
target="_blank"
:href="
`https://github.com/SortableJS/Vue.Draggable/blob/master/example/components/${component.name}.vue`
`https://github.com/SortableJS/Vue.Draggable/blob/master/example/components/${
component.name
}.vue`
"
>
<button class="btn btn-secondary">
Expand Down
5 changes: 1 addition & 4 deletions example/components/two-list-headerslots.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,7 @@ export default {
{ name: "Joao 2", id: 1 },
{ name: "Jean 3", id: 2 }
],
list2: [
{ name: "Jonny 4", id: 3 },
{ name: "Guisepe 5", id: 4 }
]
list2: [{ name: "Jonny 4", id: 3 }, { name: "Guisepe 5", id: 4 }]
};
},
methods: {
Expand Down
Loading

0 comments on commit 41ca07c

Please sign in to comment.