close #1552 Fixed: Text Editor value can not change
This commit is contained in:
@ -10,12 +10,8 @@
|
||||
<akaunting-html-editor
|
||||
name="{{ $name }}"
|
||||
|
||||
@if (!empty($attributes['v-model']))
|
||||
:value="{{ $attributes['v-model'] . ' = ' . `$value` }}"
|
||||
@elseif (!empty($attributes['data-field']))
|
||||
:value="{{ 'form.' . $attributes['data-field'] . '.' . $name . ' = '. `$value` }}"
|
||||
@else
|
||||
:value="form.{{ $name }} = `{{ $value }}`"
|
||||
@if (!empty($value))
|
||||
:value="{{ `$value` }}"
|
||||
@endif
|
||||
|
||||
@if (!empty($attributes['v-model']))
|
||||
|
Reference in New Issue
Block a user