We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NProgress.configure({ // 动画方式 easing: "ease", // 递增进度条的速度 speed: 500, // 是否显示加载ico showSpinner: false, // 自动递增间隔 trickleSpeed: 200, // 初始化时的最小百分比 minimum: 0.3, // 加载条的父元素 parent: "#app" }); 这个配置加载条的父元素为app会导致在界面在van-list滚动到底部加载完毕时自动滚动到界面顶部.或者是在界面过长时操作http请求都会导致自动滚动到界面的top
NProgress.configure({ // 动画方式 easing: "ease", // 递增进度条的速度 speed: 500, // 是否显示加载ico showSpinner: false, // 自动递增间隔 trickleSpeed: 200, // 初始化时的最小百分比 minimum: 0.3, // 加载条的父元素 parent: "#app" });
The text was updated successfully, but these errors were encountered:
如果能提供重现代码最好? 这个模版提供也是一个示例而已, 意思是根据自己需求做对应的改动
Sorry, something went wrong.
08310ca
js版本没改到
已修复
No branches or pull requests
NProgress.configure({ // 动画方式 easing: "ease", // 递增进度条的速度 speed: 500, // 是否显示加载ico showSpinner: false, // 自动递增间隔 trickleSpeed: 200, // 初始化时的最小百分比 minimum: 0.3, // 加载条的父元素 parent: "#app" });
这个配置加载条的父元素为app会导致在界面在van-list滚动到底部加载完毕时自动滚动到界面顶部.或者是在界面过长时操作http请求都会导致自动滚动到界面的top
The text was updated successfully, but these errors were encountered: