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