Skip to content

Commit

Permalink
Revert "refactor(runtime-core): add @internal for instance.proxy (#1849
Browse files Browse the repository at this point in the history
…)" (#2024)

This reverts commit 4d51be7.
  • Loading branch information
Picknight committed Sep 15, 2020
1 parent 9377352 commit 09a939d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/runtime-core/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,7 @@ export interface ComponentInternalInstance {

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

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

/**
Expand Down

0 comments on commit 09a939d

Please sign in to comment.