Skip to content

Commit

Permalink
Update example with new version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephan281094 committed Feb 14, 2018
1 parent 6527a80 commit e9d09a0
Show file tree
Hide file tree
Showing 2 changed files with 2,541 additions and 980 deletions.
2 changes: 1 addition & 1 deletion example/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>Vue Drag Select Example</h1>
<no-ssr>
<drag-select-container selectorClass="item">
<template scope="{ selectedItems }">
<template slot-scope="{ selectedItems }">
<div
v-for="item in 50"
:class="getClasses(item, selectedItems)"
Expand Down
Loading

0 comments on commit e9d09a0

Please sign in to comment.