Skip to content

Commit

Permalink
refactor: rename component file
Browse files Browse the repository at this point in the history
  • Loading branch information
frederickfogerty committed May 1, 2020
1 parent 083ffae commit 8c13da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue, { CreateElement } from 'vue';
import Component from 'vue-class-component';
import { ensureVueImgixClientSingleton, IVueImgixClient } from './vue-imgix';
import { ensureVueImgixClientSingleton, IVueImgixClient } from '@/plugins/vue-imgix/vue-imgix';

const IxImgProps = Vue.extend({
props: {
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/vue-imgix/vue-imgix.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import ImgixClient from 'imgix-core-js';
import { IxImg } from './component';
import { IxImg } from '@/plugins/vue-imgix/ix-img';
import {
IBuildSrcSet,
IBuildSrcSetOptions,
Expand Down

0 comments on commit 8c13da5

Please sign in to comment.