From: Evan You Date: Sun, 2 Apr 2023 02:02:33 +0000 (+0800) Subject: chore: add docs links for sfc macros X-Git-Tag: v3.3.0-alpha.7~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfb21a5363c6c09ec0ed04dfa491fbdcc2149990;p=thirdparty%2Fvuejs%2Fcore.git chore: add docs links for sfc macros --- diff --git a/packages/runtime-core/src/apiSetupHelpers.ts b/packages/runtime-core/src/apiSetupHelpers.ts index 31307aa7e7..239246a33e 100644 --- a/packages/runtime-core/src/apiSetupHelpers.ts +++ b/packages/runtime-core/src/apiSetupHelpers.ts @@ -59,6 +59,8 @@ const warnRuntimeUsage = (method: string) => * foo?: string * bar: number * }>() + * + * @see {@link https://vuejs.org/api/sfc-script-setup.html#defineprops-defineemits} * ``` * * This is only usable inside `