摘要: app.vue <template> <div id="app"> <!-- 第二部:接受 v-on:titleChanged="updateTitle($event)"--> <second v-bind:title="title" v-on:titleChanged="updateTitle($ 阅读全文
posted @ 2020-06-12 16:40 Smile*^ 阅读(152) 评论(0) 推荐(0)
摘要: app.vue <template> <div id="app"> <!-- 绑定属性 "users"data里的--> <first v-bind:users="users"></first> <first v-bind:users="users"></first> <!-- 绑定 检测传值 -- 阅读全文
posted @ 2020-06-12 16:19 Smile*^ 阅读(196) 评论(0) 推荐(0)