add example methods getAutomaticCreations

This commit is contained in:
ogerly 2022-05-31 09:41:59 +02:00
parent 5103075649
commit cac229d0be

View File

@ -75,7 +75,7 @@ export default {
},
created() {
this.getPendingCreations()
// this.getAutomaticCreations()
this.getAutomaticCreations()
},
}
</script>