Skip to content

2.0.0 - Vue3 support

Compare
Choose a tag to compare
@scottrobertson scottrobertson released this 25 Jul 15:08
· 92 commits to main since this release
b875aa3

This release includes a breaking change. Vue2 apps now require @vue/composition-api

Adding support for Vue3, while keeping backwards compatibility for Vue2. For those vue2 apps, you will need to use @vue/composition-api. - Thanks @sduduzog