update $Spin and release 2.4.0-beta.2

This commit is contained in:
梁灏 2017-09-24 15:36:14 +08:00
parent a6bb1d9023
commit 7fdad3a3ca
4 changed files with 11 additions and 16 deletions

View file

@ -27,7 +27,7 @@ Spin.newInstance = properties => {
});
}
return h('div', {
'class': 'ivu-spin-fullscreen'
'class': 'ivu-spin-fullscreen ivu-spin-fullscreen-wrapper'
}, [vnode]);
}
});