We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90cd1c commit 5d1d6a7Copy full SHA for 5d1d6a7
packages/compiler-sfc/src/script/defineRender.ts
@@ -16,7 +16,7 @@ export function processDefineRender(
16
if (!ctx.options.defineRender) {
17
warnOnce(
18
`${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.`
+ `To enable it, follow the RFC at https://github.com/vuejs/rfcs/discussions/585.`
20
)
21
return false
22
}
0 commit comments