Skip to content

Commit

Permalink
[build] 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 11, 2017
1 parent f2991c0 commit af99f86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions dist/vue-router.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-router v2.8.0
* vue-router v3.0.0
* (c) 2017 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -2605,7 +2605,7 @@ function createHref (base, fullPath, mode) {
}

VueRouter.install = install;
VueRouter.version = '2.8.0';
VueRouter.version = '3.0.0';

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-router.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-router v2.8.0
* vue-router v3.0.0
* (c) 2017 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -2603,7 +2603,7 @@ function createHref (base, fullPath, mode) {
}

VueRouter.install = install;
VueRouter.version = '2.8.0';
VueRouter.version = '3.0.0';

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* vue-router v2.8.0
* vue-router v3.0.0
* (c) 2017 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -2609,7 +2609,7 @@ function createHref (base, fullPath, mode) {
}

VueRouter.install = install;
VueRouter.version = '2.8.0';
VueRouter.version = '3.0.0';

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
Expand Down
Loading

0 comments on commit af99f86

Please sign in to comment.