更新记录
1.0.1(2021-03-05) 下载此版本
2021/3/5
平台兼容性
1. 引入 import shareColumn from '@/components/share-column/share-column.vue'
2. components: {
shareColumn
},
3. 使用
<shareColumn @share="share" :is_show_share_box="is_show_share_box" @hideColumn="is_show_share_box = !is_show_share_box"></shareColumn>
4. @share 点击图标返回的事件 is_show_share_box 控制显示与隐藏 @hideColumn 点击空白区隐藏分享栏