update Page style

This commit is contained in:
梁灏 2018-06-22 10:40:40 +08:00
parent eb7f31db00
commit 1a4a76e903
4 changed files with 18 additions and 10 deletions

View file

@ -6,8 +6,8 @@ import Vue from 'vue';
import VueRouter from 'vue-router';
import App from './app.vue';
import iView from '../src/index';
import locale from '../src/locale/lang/en-US';
// import locale from '../src/locale/lang/zh-CN';
// import locale from '../src/locale/lang/en-US';
import locale from '../src/locale/lang/zh-CN';
Vue.use(VueRouter);
Vue.use(iView, { locale });