xibman
useCookie does share state between layout and component when used in composable
@Mähh you have this method to ensure your cookie weel sync : https://nuxt.com/docs/api/utils/refresh-cookie
6 replies
Alternating between two divs with v-for?
Use index and modulo to achieve this
https://www.freecodecamp.org/news/javascript-modulo-operator-how-to-use-the-modulus-in-js/
4 replies
new to Nuxt, are folders created manually after init?
@CDL you have command to help you
https://nuxt.com/docs/api/commands/add
7 replies
Have multiple domains use the same locale
for the locale fallback check this
https://i18n.nuxtjs.org/docs/guide/locale-fallback
20 replies