vue 使用props 實現父組件向子組件傳數據

vue 使用props 實現父組件向子組件傳數據   剛自學vue不久遇到很多問題,剛好用到的分組件,所以就用到傳遞數據 弄了好久終於搞定了,不多說直接上代碼     父組件: <template> <headers :inputName="name"></headers> <!--調用子組件--> </template> <script> import headers
相關文章
相關標籤/搜索