fuyanlove / admin-boilerplate

通用vue3后台
0 stars 0 forks source link

公共模块 #1

Closed iRuxu closed 2 years ago

iRuxu commented 2 years ago

侧边栏

仿 ant-design 和 腾讯云 https://www.antdv.com/docs/vue/migration-v3-cn https://pro.antdv.com/ https://console.cloud.tencent.com/expense/overview

image image

写在 components/common/sidebar.vue 和 nav.vue里 sidebar是布局的框子,加一个插槽,底部存在一个折叠按钮。 nav是真正的导航菜单本身。

iRuxu commented 2 years ago

公共头

写在components/header.vue 里,不做多语言。 暂时放置个logo即可

image

里面放个slot

iRuxu commented 2 years ago

路由菜单

写在components/route.vue里。

仿 vue-next-admin https://gitee.com/lyt-top/vue-next-admin#https://lyt-top.gitee.io/vue-next-admin-preview/#/login https://lyt-top.gitee.io/vue-next-admin-preview/#/home

image