Sfoglia il codice sorgente

新增seekPage组件的keyValue属性

yusheng 9 mesi fa
parent
commit
604fc422d1
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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: {},