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.
1 parent 082cc97 commit 3ae6434Copy full SHA for 3ae6434
components/Layout/LayoutCart.vue
@@ -86,5 +86,5 @@ setInterval(() => {
86
if (process.client && !pending.value && getCookie("woo-session")) {
87
updateCartDisplay();
88
}
89
-}, 2000);
+}, 1000);
90
</script>
0 commit comments