Tag: debugging

π—¦π˜π—Όπ—½ π—¨π˜€π—Άπ—»π—΄ cπ—Όπ—»π˜€π—Όπ—Ήπ—².𝗹𝗼𝗴() 𝗳𝗼𝗿 π——π—²π—―π˜‚π—΄π—΄π—Άπ—»π—΄, instead use cπ—Όπ—»π˜€π—Όπ—Ήπ—².table()

Untill now I was also using console.log() for debugging purposes, But here’s why you should switch to console.table()

 Posted in javascript Tagged , ,

Nuxt3: [useAsyncData] Component is already mounted, why?

When working with Nuxt and needing to handle asynchronous data fetching, it’s important to understand…

 Posted in Nuxt.js Tagged , , , ,