瀏覽代碼

分享组件加个商城类型

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: ''
     }
   },