0👍
I got the following answer from the Nuxt discord
computed: {
something() {
return !process.client ? 'runs on server' : ''
}
}
- [Vuejs]-Vuejs use v-if with hash variable
- [Vuejs]-Safari iframe's service worker loops infinitely and iframe is a white screen (not in other browsers, not in a new tab)
Source:stackexchange.com