mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add asnc function on created und methods getPendingCreations
This commit is contained in:
parent
3c5778a81b
commit
573c157b88
@ -79,8 +79,9 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
created() {
|
async created() {
|
||||||
this.getPendingCreations()
|
console.log('wir sind da ')
|
||||||
|
await this.getPendingCreations()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user