Text editor group default value html issue solved.
This commit is contained in:
parent
80dc4b6455
commit
73c8f60e48
@ -11,11 +11,11 @@
|
||||
name="{{ $name }}"
|
||||
|
||||
@if (!empty($attributes['v-model']))
|
||||
:value="{{ $attributes['v-model'] . ' = ' . $value }}"
|
||||
:value="{{ $attributes['v-model'] . ' = ' . `$value` }}"
|
||||
@elseif (!empty($attributes['data-field']))
|
||||
:value="{{ 'form.' . $attributes['data-field'] . '.' . $name . ' = '. $value }}"
|
||||
:value="{{ 'form.' . $attributes['data-field'] . '.' . $name . ' = '. `$value` }}"
|
||||
@else
|
||||
:value="form.{{ $name }} = '{{ $value }}'"
|
||||
:value="form.{{ $name }} = `{{ $value }}`"
|
||||
@endif
|
||||
|
||||
@if (!empty($attributes['v-model']))
|
||||
|
Loading…
x
Reference in New Issue
Block a user