Skip to content

Commit

Permalink
Fix: nested values callback
Browse files Browse the repository at this point in the history
  • Loading branch information
jecovier committed Sep 29, 2018
1 parent 7ba0df7 commit a96baa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JsonExcel.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<template>
<button
<div
:id="idName"
@click="generate">
<slot>
Download {{name}}
</slot>
</button>
</div>
</template>

<script>
Expand Down

0 comments on commit a96baa1

Please sign in to comment.