mirror of
https://github.com/fatedier/frp.git
synced 2025-07-13 01:09:25 +07:00
web: translate web interface completely to English, fix #680
This commit is contained in:
9204
web/frps/package-lock.json
generated
Normal file
9204
web/frps/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,5 +1,6 @@
|
||||
import Vue from 'vue'
|
||||
import ElementUI from 'element-ui'
|
||||
import locale from 'element-ui/lib/locale/lang/en'
|
||||
import 'element-ui/lib/theme-default/index.css'
|
||||
import './utils/less/custom.less'
|
||||
|
||||
@ -7,7 +8,7 @@ import App from './App.vue'
|
||||
import router from './router'
|
||||
import 'whatwg-fetch'
|
||||
|
||||
Vue.use(ElementUI)
|
||||
Vue.use(ElementUI, { locale })
|
||||
Vue.config.productionTip = false
|
||||
|
||||
new Vue({
|
||||
|
Reference in New Issue
Block a user