摘要: 1 <div id="app"> 2 <first-child ></first-child> 3 <second-child></second-child> 4 </div> 1 <script src="./js/vue.global.js"></script> 2 <script src=". 阅读全文
posted @ 2022-07-11 10:33 请善待容嬷嬷 阅读(92) 评论(0) 推荐(0)
摘要: 1 <div id="app"> 2 <second-child title="父组件的数据" v-bind:msg="msg"></second-child> 3 </div> 1 <script src="./js/vue.global.js"></script> 2 <script> 3 co 阅读全文
posted @ 2022-07-11 09:57 请善待容嬷嬷 阅读(28) 评论(0) 推荐(0)
摘要: 1 <div id="app"> 2 <p>接受数: {{msg}}</p> 3 <three-child v-on:send-msg="getMsg"></three-child> 4 </div> 1 <script src="./js/vue.global.min.js"></script> 阅读全文
posted @ 2022-07-11 09:51 请善待容嬷嬷 阅读(85) 评论(0) 推荐(0)