Sloth
Sloth
NNuxt
Created by marco on 7/20/2024 in #❓・help
Looking for a Skillful Nuxt.js Developer
you probably need #💼・hiring
3 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
buttons can be pushed and then data can be loaded
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
so i $fetch the api which then $fetches the backend data
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
$fetch works in options api and I made an api thing in server/api that talks to the backend so that the frontend doesn't talk directly to the back
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
problem solved
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
need to do more testing but it seems like $fetch may work
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
without composition api
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
is there any way I can use useFetch in mounted() or a method
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
for example, when a user hits a button I might need to send something to my database
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
i've now realized that i also need to fetch data at points other than page load
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
im sure its fine but im running out of time to get my project done and i don't think its worth the time to relearn and rewrite everything i've done so far
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
idk what i was doing wrong there
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
thank you
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
yeah that seems to be working now
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
i've also tried just doing
mounted() {
console.log(this.data.hello)
}
mounted() {
console.log(this.data.hello)
}
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
when I try to do something like
mounted() {
console.log(this.asyncData)
}
mounted() {
console.log(this.asyncData)
}
i just get errors
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
i can put the function in but I can't seem to access the data inside from any other functions in my components or pages
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
yes as mentioned above I do not understand how that works
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
i seem to be unable to change any of the variables in my page's data() inside the event handler
30 replies
NNuxt
Created by Sloth on 7/8/2024 in #❓・help
how do you use defineNuxtComponent asyncData()
seems to only work when i listen to the event in the created() hook
30 replies