fix variants issule on add or delete

This commit is contained in:
Amirhossein 2021-06-06 15:18:25 +04:30 committed by GitHub
parent 36a6ff7077
commit 9778874772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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