static label tags converted view component

This commit is contained in:
Burak Civan
2022-06-17 14:09:26 +03:00
parent f4fbe6d28e
commit 003c418243
7 changed files with 20 additions and 20 deletions

View File

@ -7,7 +7,7 @@
v-model="{{ !empty($attributes['v-model']) ? $attributes['v-model'] : 'bulk_action.select_all' }}"
@click="onSelectAllBulkAction"
/>
<label class="custom-control-label" for="table-check-all"></label>
<label for="table-check-all"></label>
</div>
@stack('bulk_action_all_input_end')

View File

@ -15,7 +15,7 @@
v-model="{{ !empty($attributes['v-model']) ? $attributes['v-model'] : 'bulk_action.selected' }}"
@change="onSelectBulkAction"
>
<label class="custom-control-label" for="bulk-action-{{ $id }}"></label>
<label for="bulk-action-{{ $id }}"></label>
</div>
@stack($name . '_input_end')