fix: call loadList just once
This commit is contained in:
parent
54d456e886
commit
7f5f44d7f0
1 changed files with 0 additions and 3 deletions
|
@ -51,9 +51,6 @@ export default {
|
|||
listLoaded: 0,
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
this.loadList()
|
||||
},
|
||||
watch: {
|
||||
// call again the method if the route changes
|
||||
'$route.path': {
|
||||
|
|
Loading…
Reference in a new issue