24 lines
393 B
HTML
24 lines
393 B
HTML
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th data-v-test-col>Added by my plugin test</th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td data-v-test-row>Added by my plugin test</td>
|
|
</tr>
|
|
</tbody>
|
|
<tr data-v-if-not="this.count > 0">
|
|
<td colspan="100">
|
|
<div class="text-center">
|
|
<div class="mt-3">No posts to display!</div>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
|
|
|
|
</table>
|