From: Cédric Exbrayat Date: Sat, 10 Jun 2023 09:17:21 +0000 (+0200) Subject: fix(compiler-sfc): typo in experimental feature warnings (#8513) X-Git-Tag: v3.3.5~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd1a3f95990d7c372fa1c0c40c55caca761a33a4;p=thirdparty%2Fvuejs%2Fcore.git fix(compiler-sfc): typo in experimental feature warnings (#8513) --- diff --git a/packages/compiler-sfc/src/script/defineModel.ts b/packages/compiler-sfc/src/script/defineModel.ts index 2e7800aba4..987e67fc14 100644 --- a/packages/compiler-sfc/src/script/defineModel.ts +++ b/packages/compiler-sfc/src/script/defineModel.ts @@ -30,7 +30,7 @@ export function processDefineModel( warnOnce( `This project is using defineModel(), which is an experimental ` + - ` feature. It may receive breaking changes or be removed in the future, so ` + + `feature. It may receive breaking changes or be removed in the future, so ` + `use at your own risk.\n` + `To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/503.` ) diff --git a/packages/compiler-sfc/src/script/definePropsDestructure.ts b/packages/compiler-sfc/src/script/definePropsDestructure.ts index 1584913855..a81b4a5c5c 100644 --- a/packages/compiler-sfc/src/script/definePropsDestructure.ts +++ b/packages/compiler-sfc/src/script/definePropsDestructure.ts @@ -34,7 +34,7 @@ export function processPropsDestructure( warnOnce( `This project is using reactive props destructure, which is an experimental ` + - ` feature. It may receive breaking changes or be removed in the future, so ` + + `feature. It may receive breaking changes or be removed in the future, so ` + `use at your own risk.\n` + `To stay updated, follow the RFC at https://github.com/vuejs/rfcs/discussions/502.` )