We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23bcb3f + a04e4c4 commit 29a6bc4Copy full SHA for 29a6bc4
components/Cart/CartItem.vue
@@ -46,7 +46,7 @@
46
47
import { formatPrice } from "@/utils/functions";
48
49
-const isRemoving = useRef(false);
+const isRemoving = ref(false);
50
51
const props = defineProps({
52
product: {
0 commit comments