]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: format
authorEvan You <yyx990803@gmail.com>
Fri, 14 Jun 2024 10:38:07 +0000 (12:38 +0200)
committerEvan You <yyx990803@gmail.com>
Fri, 14 Jun 2024 10:38:07 +0000 (12:38 +0200)
packages/reactivity/src/computed.ts

index a25c066e739b18faa9695255695905a5a3a07301..5dedecfe6bb2367bdd90705c7d0a5a4fcdd82b42 100644 (file)
@@ -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
    */