Modal support global setting
This commit is contained in:
parent
737894dee2
commit
e44ba4d4ad
4 changed files with 21 additions and 28 deletions
|
@ -12,7 +12,7 @@ import locale from '../src/locale/lang/zh-CN';
|
|||
Vue.use(VueRouter);
|
||||
Vue.use(iView, {
|
||||
locale,
|
||||
transfer: true,
|
||||
transfer: false,
|
||||
size: 'small'
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue