v3.0.0
版本发布时间: 2017-10-12 03:11:51
vuejs/vuex最新发布版本:v4.0.2(2021-06-17 23:52:07)
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'