使用this.$emit()方法解決vue中父子組件使用prop傳值時,單向數據綁定,父類沒法獲取子類修改父類後的數據

父組件:css <template> <div> <blog-editor :content.sync="content"></blog-editor> </div> </template> <script> import blogEditor from './blog-editor' import '../assets/css/blog-editor.css' exp
相關文章
相關標籤/搜索