fix add tax modal

This commit is contained in:
MJ Isip
2019-12-19 14:40:16 +08:00
parent 7fc92fb128
commit db6a7f9bdf
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)"