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 b44a049 commit cd9adadCopy full SHA for cd9adad
store/useCart.js
@@ -13,7 +13,7 @@ import ADD_TO_CART_MUTATION from "@/apollo/mutations/ADD_TO_CART_MUTATION.gql";
13
14
const state = {
15
cart: [],
16
- loading: true,
+ loading: false,
17
error: null,
18
};
19
0 commit comments