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

@@ -18,10 +18,10 @@
@endif
:error="{{ isset($attributes['v-error']) ? $attributes['v-error'] : 'form.errors.get("' . $name . '")' }}"
:name="'{{ $name }}'"
:title="'{{ $text }}'"
name="{{ $name }}"
title="{{ $text }}"
:group_class="'{{ $group_class }}'"
:icon="'{{ $icon }}'"
icon="{{ $icon }}"
:currency="{{ json_encode($attributes['currency']) }}"
:value="{{ $value }}"