摘要: <template id="app1"> <div> <h2>{{acount}}</h2> <button @click="add">+</button> <button @click="sub" v-bind:disabled='acount<=1'>-</button> </div> </te 阅读全文
posted @ 2020-11-26 17:18 zeal666 阅读(108) 评论(0) 推荐(0)
摘要: body> <div id="app"> <!-- v-bid --> <cpn1 v-bind:cinfor="info"></cpn1> </div> <template id="app1"> <div> <h2>{{cinfor}}</h2> </div> </template> <scrip 阅读全文
posted @ 2020-11-26 11:27 zeal666 阅读(206) 评论(0) 推荐(0)