Skip to content

Commit

Permalink
docs(scroll): fix usage imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe committed Oct 30, 2019
1 parent 75696e6 commit f528f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/docs/src/examples/scroll/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
</template>

<script>
import * as easings from 'vuetify/es5/services/goto/easing-patterns'
import * as easings from 'vuetify/lib/services/goto/easing-patterns'
export default {
data () {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/examples/scrolling/usage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</template>

<script>
import * as easings from 'vuetify/es5/services/goto/easing-patterns'
import * as easings from 'vuetify/lib/services/goto/easing-patterns'
export default {
data () {
Expand Down

0 comments on commit f528f75

Please sign in to comment.