Versioning
Vue 3 release line
Version 2.0.0 is the native Vue 3 line and is published as the default latest version.
Vue 2 maintenance line
Version 1.x remains the stable Vue 2 line. It accepts Vue 2.6 and 2.7 and will not have its Vue peer dependency changed.
| Track | Vue peer | Status |
|---|---|---|
1.x | ^2.6.14 || ^2.7.0 | Maintained |
2.x | ^3.5.0 | Current (default) |
See the Vue 3 migration guide for the compatibility contract.
The Vue 2 archive keeps the installation guide, examples and API reference for the 1.x line available after the Vue 3 documentation becomes the default site.