摘要: ###HTML <template id="my-app"> <table> <thead> <th>序号</th> <th>书籍名称</th> <th>出版时间</th> <th>价格</th> <th>购买数量</th> <th>操作</th> </thead> <tbody> <tr v-fo 阅读全文
posted @ 2022-05-24 12:28 xuelin 阅读(30) 评论(0) 推荐(0) 编辑
摘要: ###按钮在监听到disabled后面的布尔值就可以实现是否禁用 一: <button :disabled="book.count <= 1" @click="decrement(index)">-</button> 二: <button onclick="this.disabled='true'; 阅读全文
posted @ 2022-05-24 11:55 xuelin 阅读(559) 评论(0) 推荐(0) 编辑