fix(ImagePreview): close event triggered twice (#5411)

This commit is contained in:
neverland
2019-12-28 08:43:57 +08:00
committed by GitHub
parent 93e6c81c49
commit 8dea26db95
11 changed files with 234 additions and 254 deletions

View File

@@ -6,7 +6,7 @@ import Button from '../button';
const [createComponent, bem, t] = createNamespace('dialog');
export default createComponent({
mixins: [PopupMixin],
mixins: [PopupMixin()],
props: {
title: String,