fix: call loadList just once
Some checks failed
continuous-integration/drone/pr Build is failing

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

View File

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