chore: format

This commit is contained in:
Evan You 2024-06-14 12:38:07 +02:00
parent 26356264d2
commit 1224caf1ba
No known key found for this signature in database
GPG Key ID: B9D421896CA450FB
1 changed files with 2 additions and 2 deletions

View File

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