Integrate back-end for default value

This commit is contained in:
benguozakinci@gmail.com
2021-07-27 17:56:35 +03:00
parent a28dd087de
commit 1df7c8e87f
7 changed files with 37 additions and 3 deletions

View File

@ -6,7 +6,7 @@
price="{{ $price }}"
:dynamic-currency="currency"
:items="{{ json_encode($items) }}"
:search-char-limit="3"
:search-char-limit="{{ $searchCharLimit }}"
@item="onSelectedItem($event)"
add-item-text="{{ trans('general.form.add_an', ['field' => trans_choice('general.items', 1)]) }}"
create-new-item-text="{{ trans('general.title.create', ['type' => trans_choice('general.items', 1)]) }}"