1👍
✅
I never had problems writing async in onMounted() hook in Vue 3 like this:
onMounted(async () => {
await prefetch()
});
Source:stackexchange.com
1👍
I never had problems writing async in onMounted() hook in Vue 3 like this:
onMounted(async () => {
await prefetch()
});