Button support global size
This commit is contained in:
parent
517917a2ad
commit
486116265d
2 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,8 @@ import locale from '../src/locale/lang/zh-CN';
|
|||
Vue.use(VueRouter);
|
||||
Vue.use(iView, {
|
||||
locale,
|
||||
transfer: true
|
||||
transfer: true,
|
||||
size: 'small'
|
||||
});
|
||||
|
||||
// 开启debug模式
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue