Skip to content

v3.2.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 13 Jun 02:16
· 58 commits to master since this release

New

  • Similar to v-on, v-stream can now also be used on components as well and will create observables from custom events emitted by the child component. (@regou)

  • New method: $eventToObservable()

    Turns custom events emitted by a component into an observable. (@regou)