fix(ImagePreview): close event triggered twice (#5411)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import Icon from '../icon';
|
||||
const [createComponent, bem] = createNamespace('popup');
|
||||
|
||||
export default createComponent({
|
||||
mixins: [PopupMixin],
|
||||
mixins: [PopupMixin()],
|
||||
|
||||
props: {
|
||||
round: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user