fix: call loadList just once
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dominik Pschenitschni 2021-09-26 16:49:48 +02:00
parent 964ed7219f
commit 7b91d1ffd6
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ export default {
listLoaded: 0,
}
},
mounted() {
this.loadList()
},
watch: {
// call again the method if the route changes
'$route.path': {