chore: update link in comments for new ref sugar (#4265) [ci skip]

This commit is contained in:
Eugene Kopich 2021-08-06 19:58:40 +03:00 committed by GitHub
parent 79e732656d
commit fdc9a4d301
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View 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