save
This commit is contained in:
@@ -7,6 +7,7 @@ import {createPinia} from "pinia"
|
||||
import VirtualList from 'vue-virtual-list-v3';
|
||||
import ZH from "@/locales/zh-CN.ts";
|
||||
import {createI18n} from 'vue-i18n'
|
||||
import router from "@/router.ts";
|
||||
|
||||
const i18n = createI18n({
|
||||
locale: 'zh-CN',
|
||||
@@ -15,6 +16,7 @@ const i18n = createI18n({
|
||||
'zh-CN': ZH
|
||||
},
|
||||
})
|
||||
|
||||
const pinia = createPinia()
|
||||
// const app = createApp(Mobile)
|
||||
const app = createApp(App)
|
||||
@@ -23,5 +25,6 @@ const app = createApp(App)
|
||||
app.use(pinia)
|
||||
app.use(VirtualList);
|
||||
app.use(i18n)
|
||||
app.use(router)
|
||||
|
||||
app.mount('#app')
|
||||
Reference in New Issue
Block a user