Skip to content

Commit

Permalink
fix(vue): fix SwiperSlide types
Browse files Browse the repository at this point in the history
fixes #5069
  • Loading branch information
nolimits4web committed Oct 18, 2021
1 parent 244cc2e commit 114fee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vue/swiper-vue.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ declare const SwiperSlide: DefineComponent<{
type: StringConstructor;
default: string;
};
swiperRef: { type: SwiperClass; required: false };
swiperRef: { type: PropType<SwiperClass>; required: false };
zoom: { type: BooleanConstructor; default: undefined };
virtualIndex: {
type: StringConstructor | NumberConstructor;
Expand Down

0 comments on commit 114fee7

Please sign in to comment.