Browse Source

fix: eslint

cuiyalong 4 năm trước cách đây
mục cha
commit
808ee6a63c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jydocs-mobile/src/components/Search.vue

+ 1 - 1
jydocs-mobile/src/components/Search.vue

@@ -30,7 +30,7 @@ export default class Empty extends Vue {
       this.$emit('submit', this.input)
     }
 
-    setSearchContent (v) {
+    setSearchContent (v: any) {
       this.input = v
     }