Skip to content

Commit fdc9a4d

Browse files
author
Eugene Kopich
authored
chore: update link in comments for new ref sugar (#4265) [ci skip]
1 parent 79e7326 commit fdc9a4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/compiler-sfc/src/compileScript.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ export interface SFCScriptCompileOptions {
8888
*/
8989
babelParserPlugins?: ParserPlugin[]
9090
/**
91-
* Enable ref: label sugar
92-
* https://github.com/vuejs/rfcs/pull/228
91+
* Introduce a compiler-based syntax sugar for using refs without `.value`
92+
* https://github.com/vuejs/rfcs/discussions/369
9393
* @default true
9494
*/
9595
refSugar?: boolean

0 commit comments

Comments
 (0)