Vue Bilibili Nav Save

仿写bilibili的侧边导航

Project README

vue-bilibili-nav

使用vue2仿写bilibili的侧边导航

live demo

options

let options = {
	offset: 150,          //  滚动监测偏移值
	bindData: this.data,  //  绑定可排序数组数据
	backToTop: 0,         //  距离顶部多少距离时显示backtotop按钮
	data: [{              //  导航条数据,基于this.data生成
		name: '动画',
		target: 'id1'
	}, {
		name: '番剧',
		target: 'id2'
	},
	...
	]
}
Open Source Agenda is not affiliated with "Vue Bilibili Nav" Project. README Source: NightCatSama/vue-bilibili-nav
Stars
102
Open Issues
1
Last Commit
3 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating