Skip to content

Commit 5d1d6a7

Browse files
committed
chore: update rfc link
1 parent e90cd1c commit 5d1d6a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/script/defineRender.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export function processDefineRender(
1616
if (!ctx.options.defineRender) {
1717
warnOnce(
1818
`${DEFINE_RENDER}() is an experimental feature and disabled by default.\n` +
19-
`To enable it, follow the RFC at https://github.com/vuejs/rfcs/discussions/TODO.`
19+
`To enable it, follow the RFC at https://github.com/vuejs/rfcs/discussions/585.`
2020
)
2121
return false
2222
}

0 commit comments

Comments
 (0)