congxc / WeChartPullToRefreshListView

微信小程序实现类似android下拉刷新上拉加载更多ListView
62 stars 17 forks source link

支持mpvue吗? #3

Open iampcfox opened 6 years ago

iampcfox commented 6 years ago

不知道怎么引进去…

congxc commented 6 years ago

原生就是vue的用法啊,如果要引入第三方,我还没有找到相关直接引入方法,当然可以把第三方源码放进去,根据其规则改一改就可以

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Feng notifications@github.com 发送时间: 2018年10月18日 14:32 收件人: congxc/WeChartPullToRefreshListView WeChartPullToRefreshListView@noreply.github.com 抄送: Subscribed subscribed@noreply.github.com 主题: 回复:[congxc/WeChartPullToRefreshListView] 支持mpvue吗? (#3)

不知道怎么引进去…

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/congxc/WeChartPullToRefreshListView/issues/3, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APu0JaCJJBUkmBccAi8RSg029GT2t5m7ks5umCB9gaJpZM4XswSS.

iampcfox commented 6 years ago

我觉得可以把header、footer写在一块, 然后看了一下,貌似还缺少slot,没有插槽不知道怎么和其他组件组合起来…

可以参考:minapp-slider-left

上面那个组件可以引进mpvue里…

iampcfox commented 6 years ago

还要把其中一个ListView,和header footer拼起来…你有计划把它做成组件吗?

这个项目算是我看过最好的下拉刷新和上拉加载了…[哭笑]

找这类项目找了一整天

congxc commented 6 years ago

一个非常不错的想法

发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: Feng notifications@github.com 发送时间: 2018年10月18日 16:51 收件人: congxc/WeChartPullToRefreshListView WeChartPullToRefreshListView@noreply.github.com 抄送: RainnShieh xiecong251911@outlook.com, Comment comment@noreply.github.com 主题: 回复:[congxc/WeChartPullToRefreshListView] 支持mpvue吗? (#3)

还要把其中一个ListView,和header footer拼起来…你有计划把它做成组件吗?

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/congxc/WeChartPullToRefreshListView/issues/3#issuecomment-430928602, or mute the threadhttps://github.com/notifications/unsubscribe-auth/APu0JR3ndUv3GlykDF095bifEyLa5yC5ks5umEETgaJpZM4XswSS.

iampcfox commented 5 years ago

终于做成了组件: https://github.com/FxPixels/wxapp-scroller