Splidejs / vue-splide

The Splide component for Vue.
MIT License
324 stars 76 forks source link

Event "ready" is not registered. #79

Open ijkml opened 1 year ago

ijkml commented 1 year ago

Checks

Version

0.6.12

Description

The event "ready" is not registered. https://github.com/Splidejs/vue-splide/blob/a3657c7b63aa851ea163bde5774e3e776f504f4e/src/js/constants/events.ts

Splide docs: https://splidejs.com/guides/events/#ready

Reproduction Link

No response

Steps to Reproduce

  1. Add event @splide:ready to <Splide> with a callback
  2. Nothing happens

Expected Behaviour

@splide:ready should fire

johnson0903 commented 1 year ago

The 'overflow' event is not triggered either.