this.selectType = type 和 this.onlyContent = !this.onlyContent 去掉,然后兩個 $emit 分別改為 this.$emit('ratingTypeSelect', type)を `this.$emit('contentToggle', !this.onlyContent) に置き換えます
this.selectType = type
this.onlyContent = !this.onlyContent
this.$emit('ratingTypeSelect', type)
カスタムイベント名に.を追加することはできません。キャメルケースで名前を付けてください。
.
カスタム イベントをバインドするには -v-on- を使用します