UNPKG

@kddy/vue-scrollactive

Version:

Lightweight and simple to use vue component that highlights menu items as you scroll the page, also scrolling to target section when clicked.

8 lines (6 loc) 226 B
export const getSectionIdFromElement = (element) => { if (element.dataset.sectionSelector && element.dataset.sectionSelector.substr(0, 1) === '#') { return element.dataset.sectionSelector; } return element.hash; };