@@ -204,6 +204,9 @@
tagChecked: function () {
localStorage.setItem('tags', JSON.stringify(this.tagChecked));
this.search();
+ },
+ page: function () {
+ this.search();
}
},
mounted() {