【週刊ドットインストール】 AI開発体験会でつくったものまとめ
this.count++: のthisはdata内のcountを使うためにあると思うのですが、this.$emit('increment');のthisはなぜ必要なのでしょうか?
this.count++:
this
data
count
this.$emit('increment');
この回答を見るにはプレミアムプランへの登録が必要です