chore: minify html

This commit is contained in:
nebv
2020-10-13 23:52:01 +08:00
parent ba070c5e41
commit 7c4dd24481
8 changed files with 125 additions and 6 deletions

View File

@@ -183,7 +183,6 @@ export default defineComponent({
const isSidebarType = menuType === MenuTypeEnum.SIDEBAR;
const isShowLogo = showLogo && isSidebarType;
const themeData = props.theme || theme;
return (
<BasicMenu
beforeClickFn={beforeMenuClickFn}