add asnc function on created und methods getPendingCreations

This commit is contained in:
ogerly 2021-12-02 12:22:37 +01:00
parent 3c5778a81b
commit 573c157b88

View File

@ -79,8 +79,9 @@ export default {
}) })
}, },
}, },
created() { async created() {
this.getPendingCreations() console.log('wir sind da ')
await this.getPendingCreations()
}, },
} }
</script> </script>