fix hydration errors
This commit is contained in:
@ -380,7 +380,7 @@ const colorMode = useColorMode()
|
||||
const menuStore = useMenuStore()
|
||||
const checkoutStore = useCheckoutStore()
|
||||
|
||||
checkoutStore.getUserCart()
|
||||
await checkoutStore.getUserCart()
|
||||
|
||||
const route = useRoute()
|
||||
const isDark = computed({
|
||||
|
Reference in New Issue
Block a user