Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Procrustes5 committed Aug 16, 2024
1 parent 3a83d52 commit 17fb167
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 25 deletions.
15 changes: 0 additions & 15 deletions template/code/typescript-i18n/src/views/AboutView.vue

This file was deleted.

9 changes: 0 additions & 9 deletions template/code/typescript-i18n/src/views/HomeView.vue

This file was deleted.

2 changes: 1 addition & 1 deletion template/entry/i18n/src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createApp } from 'vue'
import App from './App.vue'
import i18n from './main.js'
import i18n from './i18n'

const app = createApp(App)
app.use(i18n)
Expand Down

0 comments on commit 17fb167

Please sign in to comment.