소스 검색

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
    */