Skip to content

Commit

Permalink
correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
xaksis committed Jul 18, 2018
1 parent a0f7474 commit 4a18878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VgtPagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<script>
import cloneDeep from 'lodash.clonedeep';
import VgtPaginationPageInfo from './VgtPaginationPageInfo';
import VgtPaginationPageInfo from './VgtPaginationPageInfo.vue';
export default {
name: 'VgtPagination',
Expand Down

0 comments on commit 4a18878

Please sign in to comment.