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 39ec725 + 34b6a92 commit 888fd82Copy full SHA for 888fd82
components/Cart/CartItem.vue
@@ -44,8 +44,6 @@
44
* @emits CartItem#remove - Emitted when the remove button is clicked.
45
*/
46
47
-import { defineProps, defineEmits } from "vue";
48
-
49
import { formatPrice } from "@/utils/functions";
50
51
const isRemoving = useState("isRemoving", () => false);
0 commit comments