countDirect1: {{ this.getCount }} countDirect2: {{ this.count }} countComputed1: {{ computed.getCount }} countComputed2: {{ computed.count }} countComputed3: {{ computed.count }} propDirect: {{ this.prop }} propComputed: {{ computed.prop }}