0👍
Nevermind, v-show
instead of v-if
fixes it:
<div v-show="$isServer" />
Hope this will help me again down the road…
Source:stackexchange.com
0👍
Nevermind, v-show
instead of v-if
fixes it:
<div v-show="$isServer" />
Hope this will help me again down the road…