Remove <section> tag around "no results" for minimal b-table

This commit is contained in:
Lance Edgar 2020-08-20 17:51:21 -05:00
parent 9620fc5a83
commit 374f20ff1a

View file

@ -61,7 +61,6 @@
</template> </template>
<template slot="empty"> <template slot="empty">
<section class="section">
<div class="content has-text-grey has-text-centered"> <div class="content has-text-grey has-text-centered">
<p> <p>
<b-icon <b-icon
@ -72,7 +71,6 @@
</p> </p>
<p>Nothing here.</p> <p>Nothing here.</p>
</div> </div>
</section>
</template> </template>
% if show_footer is not Undefined and show_footer: % if show_footer is not Undefined and show_footer: