摘要: <template> <div class="home"> <button @click="a++">{{ a }}</button> <br /> <button @click="b++">{{ b }}</button> </div> </template> <script> import {  阅读全文
posted @ 2021-07-20 17:14 maycpou 阅读(463) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="home"> {{age}} <br> <button @click="add()">change</button> <br> {{nameAndAge}}//页面展示计算属性 </div> </template> <script> import{ref 阅读全文
posted @ 2021-07-20 16:40 maycpou 阅读(327) 评论(0) 推荐(0) 编辑