update Rate

update Rate
This commit is contained in:
梁灏 2017-01-17 15:49:34 +08:00
parent 962c40bd3d
commit e5ac79258a
8 changed files with 32 additions and 3 deletions

View file

@ -6,9 +6,10 @@ 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';
Vue.use(VueRouter);
Vue.use(iView);
Vue.use(iView, { locale });
// 开启debug模式
Vue.config.debug = true;