Client-only script #browser #javascript #nuxt if (process.browser) { console.log("I'm on the client!"); }