diff --git a/src/views/list/ShowList.vue b/src/views/list/ShowList.vue index 8aab87e9..0877e700 100644 --- a/src/views/list/ShowList.vue +++ b/src/views/list/ShowList.vue @@ -51,9 +51,6 @@ export default { listLoaded: 0, } }, - mounted() { - this.loadList() - }, watch: { // call again the method if the route changes '$route.path': {