nuxt.js项目中, mounted里初始化fullPage, 路由跳到这个页面全屏滚动没有问题, 在这个页面点浏览器的刷新按钮之后, 就只显示第一屏, 不能滚动了, 求大佬解答
jq和jquery.fullpage.min.css都引入了
if (process.browser) {
require('fullpage.js/dist/jquery.fullpage.min.js')
$('#fullpage').fullpage({
recordHistory: false,
navigation: true,
navigationPosition: 'right',
paddingTop: 40,
onLeave (index, nextIndex, direction) {
that.nextIndex = nextIndex
}
});
}
米脂
相关分类