Commit 9ce6bcd9baca105aaf92ab45b94c98c95128be4c
1 parent
5f12f09b
update
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
examples/main.js
@@ -11,9 +11,7 @@ import locale from '../src/locale/lang/zh-CN'; | @@ -11,9 +11,7 @@ import locale from '../src/locale/lang/zh-CN'; | ||
11 | 11 | ||
12 | Vue.use(VueRouter); | 12 | Vue.use(VueRouter); |
13 | Vue.use(iView, { | 13 | Vue.use(iView, { |
14 | - locale, | ||
15 | - transfer: true, | ||
16 | - size: 'small' | 14 | + locale |
17 | }); | 15 | }); |
18 | 16 | ||
19 | // 开启debug模式 | 17 | // 开启debug模式 |