Преглед на файлове

chore(types): fix ComputedRefImpl type build

Evan You преди 2 години
родител
ревизия
5d303660b1
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  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