From: Evan You Date: Mon, 7 Feb 2022 05:13:26 +0000 (+0800) Subject: chore: remove v3.vuejs.org references X-Git-Tag: v3.2.30~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce34d9114ea7eb75675e9851dab81279aa1353d6;p=thirdparty%2Fvuejs%2Fcore.git chore: remove v3.vuejs.org references --- diff --git a/BACKERS.md b/BACKERS.md index ad3d789089..fa66d20669 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -1,6 +1,6 @@

Sponsors & Backers

-Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of the awesome sponsors and backers listed in this file. If you'd like to join them, please consider [ sponsor Vue's development](https://staging.vuejs.org/sponsor/). +Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of the awesome sponsors and backers listed in this file. If you'd like to join them, please consider [ sponsor Vue's development](https://vuejs.org/sponsor/).

diff --git a/README.md b/README.md index 540e420964..603ebdb668 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Also note: Vue 3 does not support IE11 ([RFC](https://github.com/vuejs/rfcs/blob ## Sponsors -Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome [backers](https://github.com/vuejs/core/blob/main/BACKERS.md). If you'd like to join them, please consider [ sponsor Vue's development](https://staging.vuejs.org/sponsor/). +Vue.js is an MIT-licensed open source project with its ongoing development made possible entirely by the support of these awesome [backers](https://github.com/vuejs/core/blob/main/BACKERS.md). If you'd like to join them, please consider [ sponsor Vue's development](https://vuejs.org/sponsor/).

- + sponsors

diff --git a/packages/compiler-core/src/compat/compatConfig.ts b/packages/compiler-core/src/compat/compatConfig.ts index 717b8dc46a..dcb304263b 100644 --- a/packages/compiler-core/src/compat/compatConfig.ts +++ b/packages/compiler-core/src/compat/compatConfig.ts @@ -36,7 +36,7 @@ const deprecationData: Record = { `Platform-native elements with "is" prop will no longer be ` + `treated as components in Vue 3 unless the "is" value is explicitly ` + `prefixed with "vue:".`, - link: `https://v3.vuejs.org/guide/migration/custom-elements-interop.html` + link: `https://v3-migration.vuejs.org/breaking-changes/custom-elements-interop.html` }, [CompilerDeprecationTypes.COMPILER_V_BIND_SYNC]: { @@ -44,7 +44,7 @@ const deprecationData: Record = { `.sync modifier for v-bind has been removed. Use v-model with ` + `argument instead. \`v-bind:${key}.sync\` should be changed to ` + `\`v-model:${key}\`.`, - link: `https://v3.vuejs.org/guide/migration/v-model.html` + link: `https://v3-migration.vuejs.org/breaking-changes/v-model.html` }, [CompilerDeprecationTypes.COMPILER_V_BIND_PROP]: { @@ -60,12 +60,12 @@ const deprecationData: Record = { `that appears before v-bind in the case of conflict. ` + `To retain 2.x behavior, move v-bind to make it the first attribute. ` + `You can also suppress this warning if the usage is intended.`, - link: `https://v3.vuejs.org/guide/migration/v-bind.html` + link: `https://v3-migration.vuejs.org/breaking-changes/v-bind.html` }, [CompilerDeprecationTypes.COMPILER_V_ON_NATIVE]: { message: `.native modifier for v-on has been removed as is no longer necessary.`, - link: `https://v3.vuejs.org/guide/migration/v-on-native-modifier-removed.html` + link: `https://v3-migration.vuejs.org/breaking-changes/v-on-native-modifier-removed.html` }, [CompilerDeprecationTypes.COMPILER_V_IF_V_FOR_PRECEDENCE]: { @@ -75,7 +75,7 @@ const deprecationData: Record = { `access to v-for scope variables. It is best to avoid the ambiguity ` + `with