]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(types): fix ComputedRefImpl type build
authorEvan You <yyx990803@gmail.com>
Mon, 26 Feb 2024 02:25:44 +0000 (10:25 +0800)
committerEvan You <yyx990803@gmail.com>
Mon, 26 Feb 2024 02:25:44 +0000 (10:25 +0800)
packages/reactivity/src/computed.ts

index a3c6de407aa974becdcb3390eabb5441e133e42e..fddb2e0d49807b0a9e7b4a1e0926d6bac8902d75 100644 (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