ソースを参照

新增seekPage组件的keyValue属性

yusheng 9 ヶ月 前
コミット
604fc422d1
1 ファイル変更2 行追加1 行削除
  1. 2 1
      src/components/common/seekPage.vue

+ 2 - 1
src/components/common/seekPage.vue

@@ -196,7 +196,8 @@
       seekList: {
         type: Array,
         default: () => []
-      }
+      },
+      keyValue:''
     },
 
     components: {},