From dfb21a5363c6c09ec0ed04dfa491fbdcc2149990 Mon Sep 17 00:00:00 2001 From: Evan You Date: Sun, 2 Apr 2023 10:02:33 +0800 Subject: [PATCH] chore: add docs links for sfc macros --- packages/runtime-core/src/apiSetupHelpers.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages/runtime-core/src/apiSetupHelpers.ts b/packages/runtime-core/src/apiSetupHelpers.ts index 31307aa7e75..239246a33ea 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 `