Skip to content

Commit

Permalink
add: table slot for pending example
Browse files Browse the repository at this point in the history
this adds functionality proposed in OneWayTech#95
  • Loading branch information
maltere committed Apr 2, 2018
1 parent d910942 commit 9936c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<slot />
</div>

<tbl v-bind="$props" />
<slot name="table"><tbl v-bind="$props" /></slot>

<div v-if="Pagination" class="row" style="margin-top: 10px">
<div class="col-sm-6" style="white-space: nowrap">
Expand Down

0 comments on commit 9936c88

Please sign in to comment.