compont1.html 124 Bytes Raw Blame History Permalink 1 2 3 4 5 <div class="child"> <h4>子组件</h4> <div>{{msg}}</div> <input type="text" class="input" v-model="msg"> </div>