Merge pull request #1011 from mj-isip23/BUG_NEW_TAX_MODAL

fix add tax modal
This commit is contained in:
Cüneyt Şentürk
2019-12-25 10:41:04 +03:00
committed by GitHub
3 changed files with 14 additions and 90 deletions

View File

@ -15,6 +15,7 @@
@if (!empty($attributes['path']))
:add-new-path="'{{ $attributes['path'] }}'"
@endif
@new_item="onNewItem($event)"
@interface="{{ !empty($attributes['v-model']) ? $attributes['v-model'] . ' = $event' : 'form.' . $name . ' = $event' }}"
@if (!empty($attributes['change']))
@change="{{ $attributes['change'] }}($event)"