diff --git a/examples/main.js b/examples/main.js index 9661399..0841208 100644 --- a/examples/main.js +++ b/examples/main.js @@ -11,9 +11,7 @@ import locale from '../src/locale/lang/zh-CN'; Vue.use(VueRouter); Vue.use(iView, { - locale, - transfer: true, - size: 'small' + locale }); // 开启debug模式 -- libgit2 0.21.4