fix: call loadList just once

This commit is contained in:
Dominik Pschenitschni 2021-09-26 16:49:48 +02:00
parent 54d456e886
commit 7f5f44d7f0
No known key found for this signature in database
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': {