Have a code
nuxtServerInit({ commit }){
commit('setNumber', Math.random());
}
If there are two people at the same time online Suppose they get 0.1 and 0.2 on the server But they get the same value on the browser When they use {{ number }} They will show the same value That is to compare the later one
<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2179">#c2179</a>)</em></sub></div>