Преглед изворни кода

分享组件加个商城类型

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