Wire Components
<div class="col-md-6">
<div class="card border-secondary mb-3">
<div class="card-header">Bootstrap Table</div>
<div class="card-body text-secondary">
<!-- Bootstrap table bound to an HTML table via the WireBootstrap Vue Directive -->
<table wire-component="wire.bsTable" v-wire-config="configTable"
class="table table-hover table-striped"></table>
</div>
</div>
</div>Last updated