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 8db25b8 commit 7036551Copy full SHA for 7036551
plugins/cartUpdater.js
@@ -7,7 +7,7 @@ export default defineNuxtPlugin((nuxtApp) => {
7
cart.refetch();
8
9
// Refetch cart data on route change
10
- nuxtApp.$router.beforeEach((to, from, next) => {
+ nuxtApp.$router.beforeEach((_to, _from, next) => {
11
12
next();
13
});
0 commit comments