- 使用
el-menu-item
中提供了#title
插槽,在collapse
时可以享受ui框架封装的样式。SidebarItem
中el-menu-item
中提供了#title
插槽,如果将el-menu-item
的内容封装为一个组件,无法将icon
和title
的内容注入指定的插槽,因此取消了Item组件的封装。 同时el-menu-item
下的el-icon
也提供了一些样式因此el-menu-item
下的svg均包裹在el-icon
中。 - 将layout的样式抽离到单独的文件中。