Skip to content

Commit

Permalink
Merge pull request #18 from ConandSherry/master
Browse files Browse the repository at this point in the history
fix active class missing
  • Loading branch information
ibufu authored Apr 13, 2018
2 parents 927f472 + 37b384f commit f24e5c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ export default function install (Vue, options) {
}

scrollSpyElements[id] = el
delete currentIndex[id]
},
inserted: function (el) {
initScrollSections(el)
Expand Down

0 comments on commit f24e5c9

Please sign in to comment.