Select and date vue component fixes.

This commit is contained in:
Cüneyt Şentürk
2020-02-14 14:56:58 +03:00
parent 259a771bbf
commit aa97e6ab16
15 changed files with 161 additions and 79 deletions

View File

@@ -3,7 +3,7 @@
<label class="custom-toggle">
<input type="checkbox"
name="status[{{ $id }}]"
v-on:input="onStatus({{ $id }}, $event)"
@input="onStatus({{ $id }}, $event)"
{{ ($value) ? 'checked' :'' }}>
<span class="custom-toggle-slider rounded-circle status-green"