Skip to content

Commit 5d30366

Browse files
committed
chore(types): fix ComputedRefImpl type build
1 parent 55660b0 commit 5d30366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/reactivity/src/computed.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export interface WritableComputedOptions<T> {
3737
}
3838

3939
/**
40-
* @internal
40+
* @private exported by @vue/reactivity for Vue core use, but not exported from
41+
* the main vue package
4142
*/
4243
export class ComputedRefImpl<T = any> implements Subscriber {
4344
// A computed is a ref

0 commit comments

Comments
 (0)