fix: call loadList just once

This commit is contained in:
Dominik Pschenitschni 2021-09-26 16:49:48 +02:00
parent 54d456e886
commit 7f5f44d7f0
Signed by untrusted user: dpschen
GPG Key ID: B257AC0149F43A77

View File

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