Merge pull request #4912 from amirfrd/fix-product-variant-accordian-issue
fix variants issule on add or delete
This commit is contained in:
commit
2ed340d404
|
|
@ -124,7 +124,7 @@
|
|||
<tbody>
|
||||
|
||||
<variant-item v-for='(variant, index) in variants' :variant="variant" :key="index"
|
||||
:index="variant.id"
|
||||
:index="index"
|
||||
@onRemoveVariant="removeVariant($event)"></variant-item>
|
||||
|
||||
</tbody>
|
||||
|
|
@ -550,4 +550,4 @@
|
|||
}
|
||||
});
|
||||
</script>
|
||||
@endpush
|
||||
@endpush
|
||||
|
|
|
|||
Loading…
Reference in New Issue