Merge remote-tracking branch 'origin/vue-i18n' into vue-i18n

# Conflicts:
#	package-lock.json
#	src/main.ts
This commit is contained in:
zouzhibing 2023-02-01 11:33:20 +08:00
commit 94f30e910a
2 changed files with 9624 additions and 45 deletions

9668
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -29,6 +29,7 @@ registerElIcons(app)
app.component('svg-icon',SvgIcon) app.component('svg-icon',SvgIcon)
app.component('PageWrapLayout',PageWrapLayout) app.component('PageWrapLayout',PageWrapLayout)
app.use(I18n) app.use(I18n)
app.use(pinia) app.use(pinia)
app.use(router) app.use(router)