Explorar o código

chore(types): fix ComputedRefImpl type build

Evan You %!s(int64=2) %!d(string=hai) anos
pai
achega
5d303660b1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      packages/reactivity/src/computed.ts

+ 2 - 1
packages/reactivity/src/computed.ts

@@ -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