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,18 +61,16 @@
</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 pack="fas"
pack="fas" icon="fas fa-sad-tear"
icon="fas fa-sad-tear" size="is-large">
size="is-large"> </b-icon>
</b-icon> </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: