chore(types): fix ComputedRefImpl type build

This commit is contained in:
Evan You 2024-02-26 10:25:44 +08:00
parent 55660b0cfc
commit 5d303660b1
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,8 @@ export interface WritableComputedOptions<T> {
}
/**
* @internal
* @private exported by @vue/reactivity for Vue core use, but not exported from
* the main vue package
*/
export class ComputedRefImpl<T = any> implements Subscriber {
// A computed is a ref