$emit(update: prop, "newPropVulue") /.sync 修飾符:子組件向父組件傳達:更新屬性

$emit(update: prop, "newPropVulue")  這個模式,使子組件向父組件傳達:更新屬性,並拋出新的屬性值 .sync 修飾符 是以上模式的簡寫 $emit(update: prop, "newPropVulue")  模式: 用 title 舉例: 在聲明瞭 title 這個 prop 的子組件中,創建一個方法, 使用 this.$emit('update:title'
相關文章
相關標籤/搜索