本文實(shí)例為大家分享了vue+element tabs選項(xiàng)卡分頁效果的具體代碼,供大家參考,具體內(nèi)容如下
文件目錄:
功能展示:
路由配置:
{ path: '/account', component: ()=> import('../components/home/home.vue'), //布局頁面 redirect: '/account/all-account/list', //定向到list路徑 name: '賬號(hào)管理', children: [ { path: '/account/all-account/list', redirect: '/account/all-account/staff', //定向到staff路徑 name: '員工管理', component: () => import('../components/view/account/index.vue'), children: [ { path: '/account/all-account/staff', component: () => import('../components/view/account/account.vue'), hidden: true }, { path: '/account/all-account/agent', name: '代理人賬號(hào)', component: () => import('../components/view/account/agent.vue'), hidden: true }, { path: '/account/all-account/department', name: '部門設(shè)置', component: () => import('../components/view/account/department.vue'), hidden: true }, { path: '/account/all-account/role', name: '角色權(quán)限設(shè)置', component: () => import('../components/view/account/role.vue'), hidden: true }, { path: '/account/all-account/city', name: '城市管理', component: () => import('../components/view/account/city.vue'), hidden: true }, ] }, }
網(wǎng)頁題目:vue+elementtabs選項(xiàng)卡分頁效果-創(chuàng)新互聯(lián)
分享網(wǎng)址:http://chinadenli.net/article24/djgpce.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供定制開發(fā)、虛擬主機(jī)、網(wǎng)站營銷、品牌網(wǎng)站制作、面包屑導(dǎo)航、微信公眾號(hào)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容