get the ratings when loading the page

This commit is contained in:
Andreas Zweili 2021-03-17 22:05:39 +01:00
parent ef5c9b777a
commit 8217fd60e2
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ export default {
console.log(error);
});
}
},
mounted() {
this.loadExperiences();
}
};
</script>