vue之prop,emit數據傳遞示例

parent.vue <template> <div> 父親: {{childInfo}} <child :parentInfo="parentMsg" @childInfo="handleChildMsg"/> </div> </template> <script> import child from "./ccc" export default {
相關文章
相關標籤/搜索