Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
[refactor] Refactor example/issues files
Browse files Browse the repository at this point in the history
  • Loading branch information
pocka committed Feb 1, 2019
1 parent b554864 commit 5392284
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { storiesOf } from '@storybook/vue'

import VueInfoAddon, { withInfo } from 'storybook-addon-vue-info'

import NumberList from '../../components/NumberList.vue'
import NumberList from '../../../components/NumberList.vue'

storiesOf('Issues/#53', module).add(
'Should load tables even for PascalCase components',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { storiesOf } from '@storybook/vue'

import { withInfo } from 'storybook-addon-vue-info'

import Issue59 from '../../components/issues/59/child.vue'
import Issue59 from './child.vue'

storiesOf('Issues/#59', module).add(
'Should load extended component properly',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import VueI18n from 'vue-i18n'

import { withInfo } from 'storybook-addon-vue-info'

import Issue63 from '../../components/issues/63/index.vue'
import Issue63 from './component.vue'

storiesOf('Issues/#63', module)
.add(
Expand Down

0 comments on commit 5392284

Please sign in to comment.