mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
remove testoutput
This commit is contained in:
@@ -70,7 +70,6 @@ export default {
|
||||
cleanFilters: {
|
||||
//only emit if filteredValue is not empty array
|
||||
handler(newVal) {
|
||||
console.log("emitting clean filters", newVal);
|
||||
if (newVal.length)
|
||||
this.$emit("change", newVal);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user