diff --git a/dist/vue-router.js b/dist/vue-router.js index a4614e4d9..2c0d987c6 100644 --- a/dist/vue-router.js +++ b/dist/vue-router.js @@ -2056,7 +2056,8 @@ function createHref (base, fullPath, mode) { return base ? cleanPath(base + '/' + path) : path } -VueRouter.install = install +VueRouter.install = install; +VueRouter.version = 'v2.1.1'; if (inBrowser && window.Vue) { window.Vue.use(VueRouter) @@ -2064,4 +2065,4 @@ if (inBrowser && window.Vue) { return VueRouter; -}))); \ No newline at end of file +})));