vue之prop,emit数据传递示例

parent.vue <template> <div> 父亲: {{childInfo}} <child :parentInfo="parentMsg" @childInfo="handleChildMsg"/> </div> </template> <script> import child from "./ccc" export default {
相关文章
相关标签/搜索