search not in mounted

This commit is contained in:
Senta Mandutz 2019-07-09 11:24:12 +02:00
parent a30bbe961c
commit 45315d7c47

View File

@ -279,7 +279,7 @@
}, },
mounted: function () { mounted: function () {
this.search(); //this.search();
this.list_tags(); this.list_tags();
}, },
}); });