Skip to content

Commit

Permalink
Updated example files
Browse files Browse the repository at this point in the history
  • Loading branch information
javisperez committed Nov 1, 2017
1 parent da1103b commit 5ab0651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ const ModalComponent3 = {

closePrevious() {
Bus.$emit('close', {
$index(current) {
return current - 1;
$index(data, vuedals) {
return vuedals.length - 2;
}
});
}
Expand Down

0 comments on commit 5ab0651

Please sign in to comment.