Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-07-25 15:50:49 +08:00
109 changed files with 1699 additions and 744 deletions
+5 -5
View File
@@ -6,23 +6,23 @@ let instance;
const defaultConfig = {
loop: true,
images: [],
value: true,
minZoom: 1 / 3,
images: [],
maxZoom: 3,
className: '',
minZoom: 1 / 3,
onClose: null,
onChange: null,
className: '',
showIndex: true,
closeable: false,
closeIcon: 'clear',
asyncClose: false,
getContainer: 'body',
startPosition: 0,
swipeDuration: 500,
showIndicators: false,
closeOnPopstate: false,
closeOnPopstate: true,
closeIconPosition: 'top-right',
getContainer: 'body',
};
const initInstance = () => {