摘要: 1 <template> 2 <div> 3 this is A.vue <br> 4 <!--计算属性--> 5 <label for="msg">输入message:</label> 6 <input type="text" v-model="message" id="msg"> 7 <div> 阅读全文
posted @ 2018-10-25 19:48 why_not_try 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1 <template> 2 <div class="home-wrapper"> 3 <div class="home-top">this is from Home.vue</div> 4 <!--num>10,背景颜色红色,否则橙色--> 5 <div class="test" :class=" 阅读全文
posted @ 2018-10-25 18:50 why_not_try 阅读(2641) 评论(0) 推荐(0) 编辑