Skip to content

Commit 4d51be7

Browse files
author
Pick
authored
refactor(runtime-core): add @internal for instance.proxy (vuejs#1849)
1 parent 6ea8409 commit 4d51be7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/runtime-core/src/component.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,10 @@ export interface ComponentInternalInstance {
225225

226226
// the rest are only for stateful components ---------------------------------
227227

228-
// main proxy that serves as the public instance (`this`)
228+
/**
229+
* main proxy that serves as the public instance (`this`)
230+
* @internal
231+
*/
229232
proxy: ComponentPublicInstance | null
230233

231234
/**

0 commit comments

Comments
 (0)