Remove <section>
tag around "no results" for minimal b-table
This commit is contained in:
parent
9620fc5a83
commit
374f20ff1a
|
@ -61,7 +61,6 @@
|
|||
</template>
|
||||
|
||||
<template slot="empty">
|
||||
<section class="section">
|
||||
<div class="content has-text-grey has-text-centered">
|
||||
<p>
|
||||
<b-icon
|
||||
|
@ -72,7 +71,6 @@
|
|||
</p>
|
||||
<p>Nothing here.</p>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
% if show_footer is not Undefined and show_footer:
|
||||
|
|
Loading…
Reference in a new issue