Skip to content
This repository was archived by the owner on Jul 10, 2019. It is now read-only.

Commit 77f2540

Browse files
committed
refactor: move directory
1 parent d94e32e commit 77f2540

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed
File renamed without changes.

src/pages/example/img-lazy-load.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ section
1616

1717
<script lang="ts">
1818
import { Component, Vue } from 'nuxt-property-decorator'
19-
import LazyImage from '@/components/LazyImage.vue'
19+
import LazyImage from '@/components/partials/lazyImage/LazyImage.vue'
2020
2121
@Component({
2222
components: {
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/plugins/i18n.ts renamed to src/plugins/locale/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default ({ app, store }): void => {
1414
locale: store.state.i18n.locale,
1515
fallbackLocale: 'ja',
1616
messages: {
17-
ja: require('~/locales/ja.json')
17+
ja: require('@/locales/ja.json')
1818
}
1919
})
2020

0 commit comments

Comments
 (0)