Skip to content

v3.0.0

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 11 Oct 19:11
· 485 commits to main since this release

Breaking Changes

This major release only breaks backwards compatibility if you use TypeScript.

  • TypeScript type declarations have been updated to be compatible with Vue core 2.5+ and no longer work with 2.4 and below.

  • All type declarations are now exported using ES-style exports, and must be imported using ES modules syntax:

    import { Store } from 'vuex'