|
@@ -93,6 +93,12 @@ export class Dep {
|
|
|
*/
|
|
*/
|
|
|
sc: number = 0
|
|
sc: number = 0
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * @internal
|
|
|
|
|
+ */
|
|
|
|
|
+ readonly __v_skip = true
|
|
|
|
|
+ // TODO isolatedDeclarations ReactiveFlags.SKIP
|
|
|
|
|
+
|
|
|
constructor(public computed?: ComputedRefImpl | undefined) {
|
|
constructor(public computed?: ComputedRefImpl | undefined) {
|
|
|
if (__DEV__) {
|
|
if (__DEV__) {
|
|
|
this.subsHead = undefined
|
|
this.subsHead = undefined
|