Sharing state with the ref() (built-in) composable:
ref()
Counter: 0
0
Sharing state with the useState() (Nuxt-provided) composable:
useState()
Counter: 75
75