Skip to content

Commit 888fd82

Browse files
authored
Merge pull request #1284 from w3bdesign/1216-look-into-cart-not-updating-after-add-to-cart
1216 look into cart not updating after add to cart
2 parents 39ec725 + 34b6a92 commit 888fd82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/Cart/CartItem.vue

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
* @emits CartItem#remove - Emitted when the remove button is clicked.
4545
*/
4646
47-
import { defineProps, defineEmits } from "vue";
48-
4947
import { formatPrice } from "@/utils/functions";
5048
5149
const isRemoving = useState("isRemoving", () => false);

0 commit comments

Comments
 (0)