Skip to content

Commit 17fb167

Browse files
committed
chore: typo
1 parent 3a83d52 commit 17fb167

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed

template/code/typescript-i18n/src/views/AboutView.vue

Lines changed: 0 additions & 15 deletions
This file was deleted.

template/code/typescript-i18n/src/views/HomeView.vue

Lines changed: 0 additions & 9 deletions
This file was deleted.

template/entry/i18n/src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createApp } from 'vue'
22
import App from './App.vue'
3-
import i18n from './main.js'
3+
import i18n from './i18n'
44

55
const app = createApp(App)
66
app.use(i18n)

0 commit comments

Comments
 (0)