소스 검색

no message

zhujindu 19 시간 전
부모
커밋
2ce6b93493
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/shareCommonTarget.vue

+ 2 - 2
src/components/shareCommonTarget.vue

@@ -170,8 +170,8 @@ export default {
   name: 'shareCommonTarget',
   props: {
     homePageIndicatorDate: {
-      type: Object,
-      default: () => ({}),
+      type: Array,
+      default: () => [],
     },
   },
   data() {