Skip to content

Commit

Permalink
chore: rm vue-i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Aug 21, 2024
1 parent a92aba9 commit abe46ce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 60 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
"vite": "5.3.5",
"vite-plugin-monkey": "4.0.6",
"vue": "3.4.34",
"vue-i18n": "9.13.1",
"vue-router": "4.4.0",
"vue-tsc": "2.0.29"
},
Expand Down
40 changes: 0 additions & 40 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 0 additions & 17 deletions src/i18n.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'normalize.css';
import { createPinia } from 'pinia';
import 'virtual:uno.css';
import App from './App.vue';
import i18n from './i18n';
import router from './router';
import { commitLog } from './utils/commit';
import root from './utils/root';
Expand All @@ -18,7 +17,6 @@ router.beforeEach(async (to, from, next) => {
});
const pinia = createPinia();
const app = createApp(App);
app.use(i18n);
app.use(router);
app.use(pinia);
app.mount(root);
Expand Down

0 comments on commit abe46ce

Please sign in to comment.