feat(ImageView) support get container

This commit is contained in:
sylvaner_bc
2020-06-20 15:20:05 +08:00
committed by neverland
parent 64084006d4
commit 39b5beeac0
5 changed files with 50 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ const defaultConfig = {
showIndicators: false,
closeOnPopstate: false,
closeIconPosition: 'top-right',
getContainer: 'body',
};
const initInstance = () => {