mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
fix(ImagePreview): close event triggered twice (#5411)
This commit is contained in:
@@ -6,7 +6,7 @@ import Button from '../button';
|
||||
const [createComponent, bem, t] = createNamespace('dialog');
|
||||
|
||||
export default createComponent({
|
||||
mixins: [PopupMixin],
|
||||
mixins: [PopupMixin()],
|
||||
|
||||
props: {
|
||||
title: String,
|
||||
|
Reference in New Issue
Block a user