Skip to content

Commit

Permalink
docs(upgrade-guide.md): fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Jan 19, 2022
1 parent 158e0b5 commit 73bc525
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -256,7 +256,7 @@ Vue.use(Vuetify, {

### Goto - scrolling helper

Import location has changed. Must be explicitly bootstrapped with the Vuetify instance to use in **vue-router** scroll-behavior. Example of how to do this [here](https://github.com/vuetifyjs/vuetify/blob/next/packages/docs/src/vuetify/index.js#L33). Reference documentation for scroll-behavior usage [here](https://next.vuetifyjs.com/en/framework/scroll#using-with-router).
Import location has changed. Must be explicitly bootstrapped with the Vuetify instance to use in **vue-router** scroll-behavior. Example of how to do this [here](https://github.com/vuetifyjs/vuetify/blob/master/packages/docs/src/router/scroll-behavior.js). Reference documentation for scroll-behavior usage [here](https://vuetifyjs.com/en/features/scrolling/#use-with-router).

```js
// v1.5
Expand Down

0 comments on commit 73bc525

Please sign in to comment.