摘要: <template> <div> <h1>{{count}}</h1> <h1>{{double}}</h1> <button @click="increase">+1</button> </div> </template> <script lang="ts"> import { ref,compu 阅读全文
posted @ 2021-08-28 15:14 13522679763-任国强 阅读(88) 评论(0) 推荐(0)
摘要: ref,computed 用法 <template> <div> <h1>{{count}}</h1> <h1>{{double}}</h1> <button @click="increase">+1</button> </div> </template> <script lang="ts"> im 阅读全文
posted @ 2021-08-28 14:50 13522679763-任国强 阅读(160) 评论(0) 推荐(0)