count: {{ count }}
watch count result: {{ watchCountRes }}
watch count track number: {{ watchCountTrackNum }}
watch count cleanup result:
{{ watchCountCleanupRes }}
obj.str: {{ obj.str }}
watch obj.str trigger number:
{{ watchObjStrTriggerNum }}
obj.num: {{ obj.num }}
obj.bool: {{ obj.bool }}
obj.arr: {{ JSON.stringify(obj.arr) }}
watch obj result: {{ watchObjRes }}
watch obj.str result: {{ watchObjStrRes }}
watch obj.bool result: {{ watchObjBoolRes }}
watch obj.arr result: {{ watchObjArrRes }}
watch count and obj.num result:
{{ watchCountAndObjNumRes }}