Przeglądaj źródła

chore: update rfc link

三咲智子 Kevin Deng 2 lat temu
rodzic
commit
03139fc550
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/compiler-sfc/src/script/defineRender.ts

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

@@ -16,7 +16,7 @@ export function processDefineRender(
   if (!ctx.options.defineRender) {
     warnOnce(
       `${DEFINE_RENDER}() is an experimental feature and disabled by default.\n` +
-        `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.`
     )
     return false
   }