From 45315d7c47152f841c9f6b983361e202f95912bf Mon Sep 17 00:00:00 2001 From: senta_mandutz Date: Tue, 9 Jul 2019 11:24:12 +0200 Subject: [PATCH] search not in mounted --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 226d315..4c41d82 100644 --- a/public/index.html +++ b/public/index.html @@ -279,7 +279,7 @@ }, mounted: function () { - this.search(); + //this.search(); this.list_tags(); }, });