فهرست منبع

chore: format

Evan You 2 سال پیش
والد
کامیت
1224caf1ba
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/reactivity/src/computed.ts

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

@@ -47,11 +47,11 @@ export class ComputedRefImpl<T = any> implements Subscriber {
   /**
    * @internal
    */
-  readonly dep = new Dep(this);
+  readonly dep = new Dep(this)
   /**
    * @internal
    */
-  readonly [ReactiveFlags.IS_REF] = true;
+  readonly [ReactiveFlags.IS_REF] = true
   /**
    * @internal
    */