UNPKG

@npkg/vue-router

Version:

> This is `vue-router3.0` Extended version which works only with `Vue 2.0`. For the `Vue3.0` router see the [npm-pkg/vue-router@next](https://github.com/npm-pkg/vue-router). > The extension supports automatic jump to external link

17 lines (14 loc) 243 B
import "./vue"; import { VueRouter } from "./router"; export default VueRouter; export { RouterMode, RawLocation, RedirectOption, RouterOptions, RouteConfig, RouteRecord, Location, Route, NavigationGuard } from "./router";