NAV主题

This commit is contained in:
tangly1024.com
2023-10-18 15:45:45 +08:00
parent c9915ce213
commit ad4507224e
9 changed files with 108 additions and 307 deletions

View File

@@ -4,6 +4,11 @@ import CONFIG from '../config'
import BLOG from '@/blog.config'
import { MenuItemCollapse } from './MenuItemCollapse'
/**
* 移动端菜单栏
* @param {*} props
* @returns
*/
export const MenuBarMobile = (props) => {
const { customMenu, customNav } = props
const { locale } = useGlobal()