From fdc9a4d3010a06d274bc69dffee368e8980ceacc Mon Sep 17 00:00:00 2001 From: Eugene Kopich Date: Fri, 6 Aug 2021 19:58:40 +0300 Subject: [PATCH] chore: update link in comments for new ref sugar (#4265) [ci skip] --- packages/compiler-sfc/src/compileScript.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2