【Vue】 vue2.0父子組件傳遞函數

學習筆記:在vue2.0中,父組件調用子組件時,想要將父組件中的函數體也作傳遞javascript 1. 經過props :須要從子組件傳參數到父組件時適用css // 父組件.vue <template> <div> <ok-input :params='number' :callback='callbackNum'></ok-input> </div> </template>
相關文章
相關標籤/搜索