mirror of
https://github.com/Tencent/tdesign-vue-next-starter.git
synced 2024-11-10 06:58:23 +08:00
feat: remove nestMenu
This commit is contained in:
parent
aec3611f51
commit
5ed7b4ead5
|
@ -1,10 +0,0 @@
|
||||||
<template>
|
|
||||||
<div>
|
|
||||||
<div>三级菜单页面</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: 'NestMenu',
|
|
||||||
};
|
|
||||||
</script>
|
|
|
@ -1,6 +1,6 @@
|
||||||
@import '@/style/variables';
|
@import '@/style/variables';
|
||||||
|
|
||||||
/deep/ .t-card__title {
|
:deep(.t-card__title) {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,26 +31,4 @@ export default [
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
// 三级菜单配置
|
|
||||||
// {
|
|
||||||
// path: '/menu',
|
|
||||||
// name: 'menu',
|
|
||||||
// component: Layout,
|
|
||||||
// meta: { title: '一级菜单', icon: 'menu-fold' },
|
|
||||||
// children: [
|
|
||||||
// {
|
|
||||||
// path: 'second',
|
|
||||||
// meta: { title: '二级菜单' },
|
|
||||||
// component: () => import('@/layouts/blank.vue'),
|
|
||||||
// children: [
|
|
||||||
// {
|
|
||||||
// path: 'third',
|
|
||||||
// name: 'NestMenu',
|
|
||||||
// component: () => import('@/pages/nest-menu/index.vue'),
|
|
||||||
// meta: { title: '三级菜单' },
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
// },
|
|
||||||
// ],
|
|
||||||
// },
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user