NuxtJS: fix warning: [Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content
Method 1: wrap your component by <no-ssr></no-ssr> Method 2: wrap your component by <client-only></client-only> For NuxtJS version > v2.9.0