소스 검색

分享组件加个商城类型

skyblued 2 년 전
부모
커밋
c3007050d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/col-share/index.tsx

+ 1 - 1
src/components/col-share/index.tsx

@@ -18,7 +18,7 @@ export default defineComponent({
     },
     shareType: {
       // 分享类型
-      type: String as PropType<'' | 'video' | 'music' | 'live'>,
+      type: String as PropType<'' | 'video' | 'music' | 'live' | 'mall'>,
       default: ''
     }
   },