摘要: <template> <div id="app2"> <p v-for="item in items" :key="item.id">{{item.message}}</p> <button class="btn" @click="handClick()">更改数据</button> </div> 阅读全文
posted @ 2021-07-01 09:38 雨之翔123 阅读(220) 评论(0) 推荐(0)