mirror of https://github.com/vuejs/core.git
chore: format
This commit is contained in:
parent
26356264d2
commit
1224caf1ba
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue