We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcf92c commit 245ed5dCopy full SHA for 245ed5d
docs/directives/scrollspy/README.md
@@ -92,7 +92,7 @@ export default {
92
methods: {
93
// Convenience method to scroll an element that is offscreen into view
94
// Not required for ScrollSpy to work
95
- scrollInView($event) {
+ scrollIntoView($event) {
96
const href = $event.target.getAttribute('href');
97
if (href) {
98
const el = document.querySelector(href);
0 commit comments