mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
fix(ImagePreview): close event triggered twice (#5411)
This commit is contained in:
@@ -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