Skip to content

Commit

Permalink
forgotten draggable property
Browse files Browse the repository at this point in the history
  • Loading branch information
czytelny committed Aug 19, 2017
1 parent a72aa9f commit 3676182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Board.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<div v-if="isAllItemsDone" class="info">
<h1>Great, all items are done!</h1>
</div>
<draggable :list="boardItems" @change="boardItemsRearanged">
<draggable :list="boardItems" @change="boardItemsRearanged" :options="{ghostClass: 'sortable-ghost'}">
<transition-group name="list-complete">
<board-item v-for="item in boardItems"
:key="item.id"
Expand Down

0 comments on commit 3676182

Please sign in to comment.