vue nuxt, passing API value on header title SEO
how can i pass my api Value to Header title on vue? im using nuxt. I try using this but i got error 'blog is not defined' async asyncData({params, error}) { try { let topBlogger = await axios.get('http://api.bla.bla/API/topblogger.php') let isi…