remove console.log + refactor categories

This commit is contained in:
hayden
2021-01-31 19:10:09 -09:00
parent 732a2cbc51
commit 88baa46a33
11 changed files with 52 additions and 32 deletions

View File

@@ -61,7 +61,6 @@ export default {
this.searchResults = results;
},
emitSelect(name, slug) {
console.log(name, slug);
this.$emit("select", name, slug);
this.dialog = false;
},