What happens when a project built with vue-cli references a vue-awesome-swiper component and the drop function is invalid?

clipboard.png
onslidechangeEnd event is invalid. Why

Mar.12,2021

because this event is not registered when vue is encapsulated, you need to use ref to get dom, to register yourself

<swiper :options="swiperOption" ref="swiper">
this.$refs.swiper.swiper.on('slideChangeEnd', (e) => {
   console.log(e.activeIndex)
})
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b34f24-2b2ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b34f24-2b2ba.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?