Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 135 Bytes

client-only-script.md

File metadata and controls

9 lines (7 loc) · 135 Bytes

Client-only script

#browser #javascript #nuxt

if (process.browser) {
  console.log("I'm on the client!");
}