mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
iview: use en-US
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
This commit is contained in:
@@ -4,10 +4,12 @@ import Vue from 'vue'
|
||||
import App from './App'
|
||||
import iView from 'iview'
|
||||
import 'iview/dist/styles/iview.css'
|
||||
import locale from 'iview/dist/locale/en-US';
|
||||
import VueContextMenu from '@xunlei/vue-context-menu'
|
||||
|
||||
Vue.config.productionTip = false
|
||||
|
||||
Vue.use(iView, { locale });
|
||||
Vue.use(iView);
|
||||
Vue.use(VueContextMenu)
|
||||
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user