mirror of https://github.com/vuejs/core.git
chore(types): fix ComputedRefImpl type build
This commit is contained in:
parent
55660b0cfc
commit
5d303660b1
|
@ -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 {
|
export class ComputedRefImpl<T = any> implements Subscriber {
|
||||||
// A computed is a ref
|
// A computed is a ref
|
||||||
|
|
Loading…
Reference in New Issue