Skip to content

Commit

Permalink
refactor(runtime-core): add @internal for instance.proxy (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pick authored Aug 18, 2020
1 parent 6ea8409 commit 4d51be7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/runtime-core/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,10 @@ export interface ComponentInternalInstance {

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

// main proxy that serves as the public instance (`this`)
/**
* main proxy that serves as the public instance (`this`)
* @internal
*/
proxy: ComponentPublicInstance | null

/**
Expand Down

0 comments on commit 4d51be7

Please sign in to comment.