mip-share 分享
提供頁面內分享按鈕功能,預設分享目前網址:
#範例
#基本上使用
<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>
自訂分享參數
<div class="mip-share-container"> <mip-share title="分享标题" content="分享内容" icon="https://m.baidu.com/se/static/pmd/pmd/share/images/bdu.jpg" layout="responsive" width="414" height="158"> </mip-share> </div>
屬性
url
說明:分享出去的網址
必選項:否
類型:字串
取值範圍:URL
預設值:目前頁面的url
title
說明:分享出去的標題
必選項:否
類型:字串
content
說明:分享出去的內容
必選項:否
類型:字串
icon
說明:分享出去的圖示
必選項:否
類型:字串
取值範圍:URL