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,
|
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': {
|
||||||
|
|
Loading…
Reference in a new issue