Skip to content

Commit 09a939d

Browse files
authored
Revert "refactor(runtime-core): add @internal for instance.proxy (#1849)" (#2024)
This reverts commit 4d51be7.
1 parent 9377352 commit 09a939d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/runtime-core/src/component.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,7 @@ export interface ComponentInternalInstance {
246246

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

249-
/**
250-
* main proxy that serves as the public instance (`this`)
251-
* @internal
252-
*/
249+
// main proxy that serves as the public instance (`this`)
253250
proxy: ComponentPublicInstance | null
254251

255252
/**

0 commit comments

Comments
 (0)