Parcourir la source

chore: format

Evan You il y a 2 ans
Parent
commit
1224caf1ba
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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
    */