types: remove VanPopupMixin
This commit is contained in:
Vendored
+1
-2
@@ -1,5 +1,4 @@
|
||||
import { VanComponent } from './component';
|
||||
import { VanPopupMixin } from './mixins/popup';
|
||||
import { SwipeToOptions } from './swipe';
|
||||
|
||||
export type ImagePreviewOptions =
|
||||
@@ -25,7 +24,7 @@ export type ImagePreviewOptions =
|
||||
swipeTo?(index: number, options?: SwipeToOptions): void;
|
||||
};
|
||||
|
||||
export class VanImagePreview extends VanPopupMixin {
|
||||
export class VanImagePreview {
|
||||
images: string[];
|
||||
|
||||
showIndex: boolean;
|
||||
|
||||
Reference in New Issue
Block a user