feat: add link for individual props/events/slots/configs/icons

This commit is contained in:
Justineo
2021-10-20 01:11:27 +08:00
parent df2b6892d2
commit b0dcdbb873
162 changed files with 2176 additions and 2073 deletions

View File

@@ -4,7 +4,7 @@ export default function scrollBehavior (to) {
return {
selector: decodeURIComponent(to.hash),
offset: {
y: 20
y: 32
}
}
}