Procházet zdrojové kódy

分享组件加个商城类型

skyblued před 2 roky
rodič
revize
c3007050d7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: ''
     }
   },