v3.0.0
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 VueRouter from 'vue-router'