Skip to content

Commit

Permalink
fix(MdTable): fix table rendering default slot twice (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 authored and marcosmoura committed May 14, 2018
1 parent 2a6a2e8 commit 3c61bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MdTable/MdTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<slot name="md-table-pagination" />
</md-content>

<slot v-if="!hasValue" />
<slot v-if="!hasValue && $scopedSlots['md-table-row']" />
</md-tag-switcher>
</template>

Expand Down

0 comments on commit 3c61bcf

Please sign in to comment.