]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update link in comments for new ref sugar (#4265) [ci skip]
authorEugene Kopich <github@web2033.com>
Fri, 6 Aug 2021 16:58:40 +0000 (19:58 +0300)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 16:58:40 +0000 (12:58 -0400)
packages/compiler-sfc/src/compileScript.ts

index b7f940fc89e4d0efd516a2c8aea91a417701bf36..bef32c8fe7d2bb889d6a0cd120b59820025eb566 100644 (file)
@@ -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