Skip to content

Commit 29a6bc4

Browse files
authored
Merge pull request #1289 from w3bdesign/dev
Fix ref in cartitem
2 parents 23bcb3f + a04e4c4 commit 29a6bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Cart/CartItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
4747
import { formatPrice } from "@/utils/functions";
4848
49-
const isRemoving = useRef(false);
49+
const isRemoving = ref(false);
5050
5151
const props = defineProps({
5252
product: {

0 commit comments

Comments
 (0)