1👍
Try to run it that way
async onMounted(() => {
await fetchTodo(props.uuid)
})
As shown here: https://vuejs.org/api/composition-api-lifecycle.html#onmounted
- [Vuejs]-Cannot remove pagination and add sorting indicators in v-data-table in vue
- [Vuejs]-Rookie Question about Vue with input and ref value. Display content of input only after click (not when typing)
Source:stackexchange.com