refactor: locale --> locales
This commit is contained in:
parent
6376816d0b
commit
f242e5fd41
@ -1,7 +1,7 @@
|
||||
import { createSSRApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
import store from './store'
|
||||
import i18n from './locale/index'
|
||||
import i18n from './locales/index'
|
||||
import 'virtual:svg-icons-register'
|
||||
import 'virtual:uno.css'
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* eslint-disable no-param-reassign */
|
||||
import { useUserStore } from '@/store'
|
||||
import { UserInfo } from '@/typings'
|
||||
import { translate as t } from '@/locale/index'
|
||||
import { translate as t } from '@/locales/index'
|
||||
|
||||
type Data<T> = {
|
||||
code: number
|
||||
|
Loading…
x
Reference in New Issue
Block a user