https://note.com/dotinstall/n/nc0feca3bda82
this.count++: のthisはdata内のcountを使うためにあると思うのですが、this.$emit('increment');のthisはなぜ必要なのでしょうか?
this.count++:
this
data
count
this.$emit('increment');
この回答を見るにはプレミアムプランへの登録が必要です