Skip to content

Commit 9cd1e88

Browse files
committed
Update LayoutCart.vue
1 parent b8f48fe commit 9cd1e88

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

components/Layout/LayoutCart.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,6 @@ watch(
121121
}
122122
);
123123
124-
/*
125-
// Use a longer interval if you still want to use an interval
126-
setInterval(() => {
127-
if (cartChanged.value) {
128-
cartChanged.value = false;
129-
debouncedExecute();
130-
}
131-
}, 5000);
132-
*/
133-
134124
if (process.client) {
135125
onMounted(() => {
136126
const intervalId = setInterval(() => {

0 commit comments

Comments
 (0)