Skip to content

Commit

Permalink
fix: fix vuetify imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Dec 20, 2020
1 parent 85d4233 commit 98ba393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/pages/posts/navigation/page/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
import { mapGetters, mapActions } from 'vuex'
// Third party
import { Intersect } from 'vuetify/lib/directives/intersect'
import { Intersect } from 'vuetify/lib'
import throttle from 'lodash/throttle'
// Icons
Expand Down
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import { mapGetters } from 'vuex'
// Third party
import { Touch } from 'vuetify/lib/directives/touch'
import { Touch } from 'vuetify/lib'
// Components
import NavToggler from '~/components/layout/navigation/sidenav/Toggler.vue'
Expand Down

0 comments on commit 98ba393

Please sign in to comment.