Tooltip support transfer setting

This commit is contained in:
梁灏 2018-06-28 15:02:19 +08:00
parent 55238beb01
commit 28ab119d9f
3 changed files with 7 additions and 5 deletions

View file

@ -12,7 +12,7 @@ import locale from '../src/locale/lang/zh-CN';
Vue.use(VueRouter);
Vue.use(iView, {
locale,
transfer: false,
transfer: true,
size: 'small'
});