亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

MIP ?? ??? / mip-share 分享

mip-share 分享

提供頁面內(nèi)分享按鈕功能,默認分享當(dāng)前網(wǎng)址:

QQ截圖20170204131751.png

示例

基本使用

<div class="mip-share-container">
    <mip-share></mip-share>
</div>

fixed布局

<div class="mip-share-container">
    <mip-share 
        layout="fixed"
        width="200"
        height="158">
    </mip-share>
</div>

自定義分享參數(shù)

<div class="mip-share-container">
    <mip-share 
        title="分享標題" 
        content="分享內(nèi)容" 
        icon="https://m.baidu.com/se/static/pmd/pmd/share/images/bdu.jpg" 
        layout="responsive"
        width="414"
        height="158">
    </mip-share>
</div>

屬性

url

說明:分享出去的網(wǎng)址
必選項:否
類型:字符串
取值范圍:URL
默認值:當(dāng)前頁面的url

title

說明:分享出去的標題
必選項:否
類型:字符串

content

說明:分享出去的內(nèi)容
必選項:否
類型:字符串

icon

說明:分享出去的圖標
必選項:否
類型:字符串
取值范圍:URL