mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
adapt faker import in webapp to package update
This commit is contained in:
parent
8c35728968
commit
d8e47238bb
@ -1,4 +1,4 @@
|
||||
import faker from '@faker-js/faker'
|
||||
import { faker } from '@faker-js/faker'
|
||||
import { storiesOf } from '@storybook/vue'
|
||||
import { withA11y } from '@storybook/addon-a11y'
|
||||
import HcCommentList from './CommentList.vue'
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import faker from '@faker-js/faker'
|
||||
import { faker } from '@faker-js/faker'
|
||||
import { storiesOf } from '@storybook/vue'
|
||||
import { withA11y } from '@storybook/addon-a11y'
|
||||
import HcEmpty from '~/components/Empty/Empty'
|
||||
|
||||
@ -2,7 +2,7 @@ import Vue from 'vue'
|
||||
import Vuex from 'vuex'
|
||||
import vuexI18n from 'vuex-i18n/dist/vuex-i18n.umd.js'
|
||||
import Styleguide from '@human-connection/styleguide'
|
||||
import faker from '@faker-js/faker'
|
||||
import { faker } from '@faker-js/faker'
|
||||
import Filters from '~/plugins/vue-filters'
|
||||
import Directives from '~/plugins/vue-directives'
|
||||
import IziToast from '~/plugins/izi-toast'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user