From 8b003333d5684e00fc4919e6aef992ae4ae447f8 Mon Sep 17 00:00:00 2001 From: Berkay Coban <33267776+berkaycoban@users.noreply.github.com> Date: Wed, 29 Jun 2022 12:09:39 +0300 Subject: [PATCH] fix(vue): virtualUpdate event is not declared (#5830) --- src/vue/swiper.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/vue/swiper.js b/src/vue/swiper.js index eb7445bba..107a34a58 100644 --- a/src/vue/swiper.js +++ b/src/vue/swiper.js @@ -224,6 +224,7 @@ const Swiper = { 'transitionStart', 'unlock', 'update', + 'virtualUpdate', 'zoomChange', ], setup(props, { slots: originalSlots, emit }) {