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

@@ -8,7 +8,7 @@
@endif
<html-editor
:name="'{{ $name }}'"
name="{{ $name }}"
@if (!empty($attributes['v-model']))
:value="{{ $attributes['v-model'] . ' = ' . $value }}"