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