Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@Aletheios Aletheios released this 08 Oct 20:46
· 1 commit to master since this release

Support for Vue 3

Breaking changes:

  • Vue.use now requires an option object with the h method from Vue.
  • The scroll-to event cannot be sent to a component anymore. Instead call the scrollTo method directly.
  • Local component registration isn't possible anymore.