fix(fe): removed test console.log
This commit is contained in:
parent
d5c0177195
commit
ffac56616f
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ import {components} from "vuetify/dist/vuetify";
|
||||||
const pinia = createPinia();
|
const pinia = createPinia();
|
||||||
const i18n = createI18n(vueI18n);
|
const i18n = createI18n(vueI18n);
|
||||||
const app = createApp(App);
|
const app = createApp(App);
|
||||||
console.log(i18n)
|
|
||||||
|
|
||||||
app.use(pinia)
|
app.use(pinia)
|
||||||
.use(i18n)
|
.use(i18n)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue