oyjt / uniapp-vue3-template

使用uniapp+vite+vue3+uview-plus3.0 搭建的搭建的适合团队协作的快速开发模版
http://icnpath.com/uniapp-vue3-template/
MIT License
243 stars 55 forks source link

使用useShare配置微信分享不生效 #36

Closed dongqiusheng closed 6 days ago

dongqiusheng commented 1 week ago

使用useShare配置微信分享不生效

oyjt commented 1 week ago

感谢反馈,已处理,拉下最新代码试试。 使用示例如下

const { onShareAppMessage, onShareTimeline } = useShare({
  title: '首页',
  path: 'pages/tab/home/index',
  imageUrl: '',
});
onShareAppMessage();
onShareTimeline();