From: Eugene Kopich Date: Fri, 6 Aug 2021 16:58:40 +0000 (+0300) Subject: chore: update link in comments for new ref sugar (#4265) [ci skip] X-Git-Tag: v3.2.0-beta.8~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdc9a4d3010a06d274bc69dffee368e8980ceacc;p=thirdparty%2Fvuejs%2Fcore.git chore: update link in comments for new ref sugar (#4265) [ci skip] --- diff --git a/packages/compiler-sfc/src/compileScript.ts b/packages/compiler-sfc/src/compileScript.ts index b7f940fc89..bef32c8fe7 100644 --- a/packages/compiler-sfc/src/compileScript.ts +++ b/packages/compiler-sfc/src/compileScript.ts @@ -88,8 +88,8 @@ export interface SFCScriptCompileOptions { */ babelParserPlugins?: ParserPlugin[] /** - * Enable ref: label sugar - * https://github.com/vuejs/rfcs/pull/228 + * Introduce a compiler-based syntax sugar for using refs without `.value` + * https://github.com/vuejs/rfcs/discussions/369 * @default true */ refSugar?: boolean