其實在去年小穎已經寫過一篇:Vue.js實現checkbox的全選和反選
成都創新互聯公司科技有限公司專業互聯網基礎服務商,為您提供西部信息服務器托管,高防服務器,成都IDC機房托管,成都主機托管等互聯網服務。小穎今天在跟著慕課網學習vue的過程中,順便試試如何在table中實現全選和反選,頁面的css樣式是直接參考慕課網的樣式寫的,js是小穎自己寫噠,歡迎大家吐槽和點贊,嘻嘻
demo的 git 地址:ShoppingCart
頁面效果:
具體怎么實現的呢?
使用localstorage來存儲頁面信息 中已經有寫項目是怎么創建的所以小穎在這里就不重復了,其實只是在上篇文章的基礎上稍微做了改動:
App.vue文件
<template> <div id="app"> <router-view/> </div> </template> <script> export default { name: 'app' } </script> <style> #app { font-family: 'Avenir', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #2c3e50; } li, dl, dt, dd, h2, h3, h4, h5, h6, h7, hgroup, p, blockquote, figure, form, fieldset, input, legend, pre, abbr, button { margin: 0; padding: 0; } ul, ol { list-style: none; margin: 0; padding: 0; } *, *::before, *::after { box-sizing: border-box; } div, p, dl, dt, dd { margin: 0; padding: 0; } a { color: inherit; text-decoration: none; } .checkout-title { position: relative; margin-bottom: 41px; text-align: center; } .checkout-title::before { position: absolute; top: 50%; left: 0; content: ""; width: 100%; height: 1px; background: #ccc; z-index: 0; } .checkout-title span { position: relative; padding: 0 1em; background-color: #fff; font-family: "moderat", sans-serif; font-weight: bold; font-size: 20px; color: #605F5F; z-index: 1; } </style>
另外有需要云服務器可以了解下創新互聯scvps.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業上云的綜合解決方案,具有“安全穩定、簡單易用、服務可用性高、性價比高”等特點與優勢,專為企業上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。
網頁標題:vue2.0在table中實現全選和反選的示例代碼-創新互聯
本文路徑:http://vcdvsql.cn/article36/ggosg.html
成都網站建設公司_創新互聯,為您提供外貿建站、網站設計、用戶體驗、網站維護、品牌網站設計、網站導航
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯