vue单页应用中跳转页面没有初始化上拉加载的方法?
Open
- Dominant language
- JavaScript
- Stars
- 13.5k
- Forks
- 6.5k
- PR merge metrics
- No merged PRs in 30d
Description
mounted() {
const self = this;
mui.init({
pullRefresh: {
container: '#pullrefresh',
up: {
contentrefresh: '正在加载...',
callback: self.pullupRefresh
}
}
});
}
刷新之后可以了,离开之后又回到这个单页,又不行了?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.