国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

Vue3實(shí)現(xiàn)簡(jiǎn)約型側(cè)邊欄的示例代碼

瀏覽:3日期:2022-06-13 15:13:51
目錄1、首先配置好路由地址2、然后實(shí)現(xiàn)頁(yè)面入口3、然后實(shí)現(xiàn)AAAAAA和BBBBBB頁(yè)面

有時(shí)遇到一些需求,需要實(shí)現(xiàn)左邊側(cè)邊欄為父級(jí)菜單,右側(cè)內(nèi)容區(qū)的頂部為子級(jí)菜單,以及其底部為子級(jí)菜單對(duì)應(yīng)的模塊內(nèi)容。

如此,簡(jiǎn)單實(shí)現(xiàn)如下:

1、首先配置好路由地址

【如:/src/router/index.ts】

import { createRouter, createWebHashHistory, RouteRecordRaw } from 'vue-router'const routes: Array<RouteRecordRaw> = [ { path: '/', redirect: '/xxxxxx' }, { path: '/xxxxxx', name: '帥龍之龍', component: () => import('@/views/XXXXXX/index.vue'), children: [ {path: '/xxxxxx/aaaaaa',name: '赤龍神帝',components: { AAAAAA: () => import('@/views/XXXXXX/AAAAAA/index.vue') },children: [] }, {path: '/xxxxxx/bbbbbb',name: '待定欄目',components: { BBBBBB: () => import('@/views/XXXXXX/BBBBBB/index.vue') },children: [], }, ] }]const router = createRouter({ history: createWebHashHistory(), routes})export default router2、然后實(shí)現(xiàn)頁(yè)面入口

【如:/src/views/XXXXXX/index.vue】

<template> <div class='index-page'> <div class='index-page-navbar'> <div :class='activePage == 'AAAAAA' ? 'index-page-navbar-active' : ''' @click='handleNavbarItemClick('AAAAAA')'><span>赤龍神帝</span> </div> <div :class='activePage == 'BBBBBB' ? 'index-page-navbar-active' : ''' @click='handleNavbarItemClick('BBBBBB')'><span>待定欄目</span> </div> </div> <div class='index-page-content'> <router-view name='AAAAAA' v-if='activePage == 'AAAAAA'' /> <router-view name='BBBBBB' v-if='activePage == 'BBBBBB'' /> </div> </div></template><script>export default { data () { return { // 當(dāng)前激活的頁(yè)面 activePage: '', } }, watch: { }, created() { this.init() }, mounted() { // 設(shè)置頁(yè)面標(biāo)題 document.title = '帥龍之龍' }, methods: { /** * 獲取初始化參數(shù) */ async init() { this.activePage = 'AAAAAA' const query = this.$route.query this.handleMatchRouter(this.activePage) }, /** * 激活頁(yè)面句柄 */ handleActivePageChange(activePage) { // 點(diǎn)擊 el-tab 頁(yè)面時(shí),將 this.$route.query 置為 {} this.$route.query = {} this.handleMatchRouter(activePage) }, /** * 激活頁(yè)面句柄 */ handleMatchRouter(activePage) { const path = this.$route.path const b = path.toLowerCase().includes(activePage.toLowerCase()) if (activePage == 'AAAAAA') {if (!b) { this.$router.push({ path: '/xxxxxx/aaaaaa', query: this.$route.query, }) } } else if (activePage == 'BBBBBB') {if (!b) { this.$router.push({ path: '/xxxxxx/bbbbbb', query: this.$route.query, })} } }, /** * 點(diǎn)擊側(cè)邊導(dǎo)航欄 */ handleNavbarItemClick(item) { this.activePage = item this.$route.query = {} this.handleMatchRouter(item) }, }}</script><style lang='less' scoped> .index-page { display: flex; flex-direction: row; width: 100%; height: 100%; position: relative; background-color: #fff; .index-page-navbar { flex: none; width: 40px; height: 100%; border-right: 1px solid #dfe1e6; .index-page-navbar-item {display: grid;width: 100%;height: 150px;background-color: #fff;border-bottom: 1px solid #dfe1e6;writing-mode: tb-rl;text-align: center;align-items: center;user-select: none;cursor: pointer;transition: all ease 0.3s;span { color: #303133; font-size: 14px; letter-spacing: 1.5px;} } .index-page-navbar-active {background-color: #5e7ce0;span { color: #fff;} } } .index-page-content { flex: 1; position: relative; height: 100%; margin: 0; padding: 0; overflow: hidden; } }</style>3、然后實(shí)現(xiàn)AAAAAA和BBBBBB頁(yè)面

【如:/src/views/XXXXXX/AAAAAA/index.vue /src/views/XXXXXX/BBBBBB/index.vue】

<template> <div style='width: 100%; height: 100%; display: grid; align-items: center; text-align: center'> <span style='color: #303133; font-size: 14px;'>HelloWorld!...</span> </div></template>

4、效果如下:~

到此這篇關(guān)于Vue3實(shí)現(xiàn)簡(jiǎn)約型側(cè)邊欄的示例代碼的文章就介紹到這了,更多相關(guān)Vue3 側(cè)邊欄內(nèi)容請(qǐng)搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標(biāo)簽: JavaScript
相關(guān)文章:
主站蜘蛛池模板: 亚洲网址在线观看 | 在线看日韩 | 国内精品久久久久影院免费 | 久久久一本 | 亚洲精品天堂自在久久77 | 日本三级香港三级人妇gg在线 | 国产欧美一区二区三区免费 | www.亚洲天堂.com | 国产精品亚洲欧美一级久久精品 | 日本欧美一区二区三区在线 | 日韩精品999 | 国产成人久久精品激情91 | 一区二区三区免费精品视频 | 亚洲天堂毛片 | 日韩大片高清播放器大全 | 香蕉久久夜色精品国产尤物 | 日本美女福利视频 | 在线观看欧美一区 | 国产日韩精品一区在线不卡 | 国产手机精品a | 老外黑人欧美一级毛片 | 国产第四页 | 中文字幕一区二区三区亚洲精品 | 欧美一级亚洲一级 | 成人免费视频一区 | 一级特级aaaa毛片免费观看 | 久久福利青草精品资源站免费 | 97公开免费视频 | 久久综合99re88久久爱 | 亚洲人免费视频 | 日本不卡一区在线 | 午夜爽爽爽 | 欧美一级在线观看 | 大桥未久在线精品视频在线 | 成人三级毛片 | 亚洲乱人伦在线 | 古代级a毛片可以免费看 | yp国产在线观看 | 国内精品久久久久影院亚洲 | 成 人 在 线 免费 8888 www | 九九在线视频 |