From 7b91d1ffd6516eabf35e6954ffed7e5c61d1a55e Mon Sep 17 00:00:00 2001 From: Dominik Pschenitschni Date: Sun, 26 Sep 2021 16:49:48 +0200 Subject: [PATCH] fix: call loadList just once --- src/views/list/ShowList.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/list/ShowList.vue b/src/views/list/ShowList.vue index 9851cf22b..dbb39bff8 100644 --- a/src/views/list/ShowList.vue +++ b/src/views/list/ShowList.vue @@ -52,9 +52,6 @@ export default { listLoaded: 0, } }, - mounted() { - this.loadList() - }, watch: { // call again the method if the route changes '$route.path': {