Explorar o código

分享组件加个商城类型

skyblued %!s(int64=2) %!d(string=hai) anos
pai
achega
c3007050d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: ''
     }
   },