@@ -203,6 +203,7 @@
watch: {
tagChecked: function () {
localStorage.setItem('tags', JSON.stringify(this.tagChecked));
+ this.search();
}
},
mounted() {