javascript - vue vue-router 麵包屑問題?
学习ing
学习ing 2017-06-12 09:31:30
0
1
966

vue element UI 搭建的web項目,麵包屑 首頁>列表>內容
如何書寫router.js

#
{
            path: '/index',
            component: CdnLayout,
            children: [
                { path: 'list', component: List, name: '列表页' },
                { path: 'list/detal', component: Detail, name: '内容'}
            ]
        },
 let matched = this.$route.matched.filter(item => item.name;
                );
                const first = matched[0];
                if (first && (first.name !== '首页' || first.path !== '')) {
                     matched = [{ name: '首页', path: '/index' }].concat(matched)

                }

那麼我在這個麵包屑中如何去寫才可以在內容頁面 可以顯示 首頁>列表>內容

謝謝,在線等

学习ing
学习ing

全部回覆(1)
过去多啦不再A梦

你都遍歷出來了,用V-for 循環顯示出來就行了啊

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板