Skip to content

Commit

Permalink
Update use of scoped slots
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan281094 committed Feb 14, 2018
1 parent e9d09a0 commit 570b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
```vue
<template>
<drag-select-container selectorClass="itemToBeSelected">
<template scope="{ selectedItems }">
<template slot-scope="{ selectedItems }">
<!-- Your items here -->
</template>
</drag-select-container>
Expand Down

0 comments on commit 570b351

Please sign in to comment.