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 `