fix(ImagePreview): close event triggered twice (#5411)
This commit is contained in:
Vendored
+2
@@ -19,7 +19,9 @@ export type ImagePreviewOptions = string[] | {
|
||||
|
||||
export class VanImagePreview extends VanPopupMixin {
|
||||
images: string[];
|
||||
|
||||
showIndex: boolean;
|
||||
|
||||
startPosition: number;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user