0👍
I found a solution to the problem of browser and server rendering different DOM structures by using < no-ssr > to make components not render in server rendering.If the Nuxt version is smaller than v2.9.0, use < no-SSR > if the VERSION is greater than, v2.9.0, use <client-only>
. The no-SSR document on the official website is not available.
Source:stackexchange.com