Vue子組件向父組件傳值(this.$emit()方法)

子組件使用this.$emit()向父組件傳值 首先必須在父組件中引用子組件,而後實現傳值html 第一步 在父組件中引入子組件 使用import引入組件函數 import indexImportOrder from './components/indexImportOrder' 聲明this //定義組件 components:{ indexImportOrder,
相關文章
相關標籤/搜索