From 7f5f44d7f0326c487693b91a1df7ec9361f1f7a8 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 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': {