Skip to content

Commit

Permalink
build: bundle 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 26, 2021
1 parent b7a31b9 commit 9e83dd3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions dist/vue-router.common.js
@@ -1,5 +1,5 @@
/*!
* vue-router v3.5.0
* vue-router v3.5.1
* (c) 2021 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -1184,14 +1184,14 @@ var Link = {
}

if (process.env.NODE_ENV !== 'production') {
if (this.tag && !warnedTagProp) {
if ('tag' in this.$options.propsData && !warnedTagProp) {
warn(
false,
"<router-link>'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
);
warnedTagProp = true;
}
if (this.event && !warnedEventProp) {
if ('event' in this.$options.propsData && !warnedEventProp) {
warn(
false,
"<router-link>'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
Expand Down Expand Up @@ -3128,7 +3128,7 @@ function createHref (base, fullPath, mode) {
}

VueRouter.install = install;
VueRouter.version = '3.5.0';
VueRouter.version = '3.5.1';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand Down
8 changes: 4 additions & 4 deletions dist/vue-router.esm.browser.js
@@ -1,5 +1,5 @@
/*!
* vue-router v3.5.0
* vue-router v3.5.1
* (c) 2021 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -1166,14 +1166,14 @@ var Link = {
}

{
if (this.tag && !warnedTagProp) {
if ('tag' in this.$options.propsData && !warnedTagProp) {
warn(
false,
`<router-link>'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.`
);
warnedTagProp = true;
}
if (this.event && !warnedEventProp) {
if ('event' in this.$options.propsData && !warnedEventProp) {
warn(
false,
`<router-link>'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link.`
Expand Down Expand Up @@ -3095,7 +3095,7 @@ function createHref (base, fullPath, mode) {
}

VueRouter.install = install;
VueRouter.version = '3.5.0';
VueRouter.version = '3.5.1';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-router.esm.browser.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/vue-router.esm.js
@@ -1,5 +1,5 @@
/*!
* vue-router v3.5.0
* vue-router v3.5.1
* (c) 2021 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -1182,14 +1182,14 @@ var Link = {
}

if (process.env.NODE_ENV !== 'production') {
if (this.tag && !warnedTagProp) {
if ('tag' in this.$options.propsData && !warnedTagProp) {
warn(
false,
"<router-link>'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
);
warnedTagProp = true;
}
if (this.event && !warnedEventProp) {
if ('event' in this.$options.propsData && !warnedEventProp) {
warn(
false,
"<router-link>'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
Expand Down Expand Up @@ -3126,7 +3126,7 @@ function createHref (base, fullPath, mode) {
}

VueRouter.install = install;
VueRouter.version = '3.5.0';
VueRouter.version = '3.5.1';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand Down
8 changes: 4 additions & 4 deletions dist/vue-router.js
@@ -1,5 +1,5 @@
/*!
* vue-router v3.5.0
* vue-router v3.5.1
* (c) 2021 Evan You
* @license MIT
*/
Expand Down Expand Up @@ -1188,14 +1188,14 @@
}

{
if (this.tag && !warnedTagProp) {
if ('tag' in this.$options.propsData && !warnedTagProp) {
warn(
false,
"<router-link>'s tag prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
);
warnedTagProp = true;
}
if (this.event && !warnedEventProp) {
if ('event' in this.$options.propsData && !warnedEventProp) {
warn(
false,
"<router-link>'s event prop is deprecated and has been removed in Vue Router 4. Use the v-slot API to remove this warning: https://next.router.vuejs.org/guide/migration/#removal-of-event-and-tag-props-in-router-link."
Expand Down Expand Up @@ -3132,7 +3132,7 @@
}

VueRouter.install = install;
VueRouter.version = '3.5.0';
VueRouter.version = '3.5.1';
VueRouter.isNavigationFailure = isNavigationFailure;
VueRouter.NavigationFailureType = NavigationFailureType;
VueRouter.START_LOCATION = START;
Expand Down
4 changes: 2 additions & 2 deletions dist/vue-router.min.js

Large diffs are not rendered by default.

0 comments on commit 9e83dd3

Please sign in to comment.