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 4f78864 + 047e4bc commit 233927fCopy full SHA for 233927f
components/Layout/LayoutCart.vue
@@ -62,6 +62,8 @@ const updateCartDisplay = () => {
62
remoteError.value = error;
63
};
64
65
+onMounted(() => updateCartDisplay());
66
+
67
setInterval(() => {
68
if (process.client && !pending.value && getCookie("woo-session")) {
69
execute();
0 commit comments