Skip to content

Commit

Permalink
build: bundle 3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Aug 23, 2022
1 parent 0126bcb commit 6496ec6
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion dist/composables.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.0
* vue-router v3.6.1
* (c) 2022 Evan You
* @license MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/composables.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.0
* vue-router v3.6.1
* (c) 2022 Evan You
* @license MIT
*/
Expand Down
12 changes: 6 additions & 6 deletions dist/vue-router.common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.0
* vue-router v3.6.1
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3145,15 +3145,15 @@ function createHref (base, fullPath, mode) {
return base ? cleanPath(base + '/' + path) : path
}

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.0';
VueRouter.version = '3.6.1';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

module.exports = VueRouter$1;
14 changes: 7 additions & 7 deletions dist/vue-router.esm.browser.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.0
* vue-router v3.6.1
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3109,17 +3109,17 @@ function createHref (base, fullPath, mode) {
return base ? cleanPath(base + '/' + path) : path
}

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.0';
VueRouter.version = '3.6.1';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;

const version = '3.6.0';
if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

const version = '3.6.1';

export { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter as default, isNavigationFailure, version };
6 changes: 3 additions & 3 deletions dist/vue-router.esm.browser.min.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/vue-router.esm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.0
* vue-router v3.6.1
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3143,17 +3143,17 @@ function createHref (base, fullPath, mode) {
return base ? cleanPath(base + '/' + path) : path
}

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.0';
VueRouter.version = '3.6.1';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;

var version = '3.6.0';
if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

var version = '3.6.1';

export { NavigationFailureType, Link as RouterLink, View as RouterView, START as START_LOCATION, VueRouter$1 as default, isNavigationFailure, version };
12 changes: 6 additions & 6 deletions dist/vue-router.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* vue-router v3.6.0
* vue-router v3.6.1
* (c) 2022 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -3148,17 +3148,17 @@
return base ? cleanPath(base + '/' + path) : path
}

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

// We cannot remove this as it would be a breaking change
VueRouter.install = install;
VueRouter.version = '3.6.0';
VueRouter.version = '3.6.1';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;

if (inBrowser && window.Vue) {
window.Vue.use(VueRouter);
}

return VueRouter$1;

}));
6 changes: 3 additions & 3 deletions dist/vue-router.min.js

Large diffs are not rendered by default.

0 comments on commit 6496ec6

Please sign in to comment.