Browse Source

upd: console.log del

richard1015 5 years ago
parent
commit
7778859c74
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/packages/searchbar/searchbar.vue

+ 0 - 1
src/packages/searchbar/searchbar.vue

@@ -108,7 +108,6 @@ export default {
   methods: {
     updateValue(trigger = 'input') {
       let searchInputValue = trigger == 'change' ? this.value : this.$refs.searchInput.value;
-      console.log(searchInputValue);
       this.$emit(trigger, searchInputValue);
     },
     //清空 input 输入