cuiyalong 4 年 前
コミット
808ee6a63c
1 ファイル変更1 行追加1 行削除
  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)
       this.$emit('submit', this.input)
     }
     }
 
 
-    setSearchContent (v) {
+    setSearchContent (v: any) {
       this.input = v
       this.input = v
     }
     }