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
|
* @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
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue