no message

This commit is contained in:
pushuo 2022-08-19 18:55:22 +08:00
parent d6eee750ec
commit 26eb9989d2
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
<td>@{{ product.subtotal_format }}</td>
<td class="text-end">
<button type="button" class="btn text-danger btn-sm px-0" @click.stop="checkedBtnDelete(product.cart_id)">
<i class="bi bi-x-lg"></i> {{ __('shop/common.delete') }}
<i class="bi bi-x-lg"></i> {{ __('common.delete') }}
</button>
</td>
</tr>