value
2023-08-24 4914eba9ef62675e1dea9bf85e84f9913b0cfb08
src/layout/components/Sidebar/Item.vue
@@ -19,9 +19,7 @@
  render(h, context) {
    const { icon, title } = context.props
    const vnodes = []
    // console.log(show)
    // if (!show) return
    // console.log(icon, title)
    if (icon) {
      if (icon.includes('el-icon')) {
        vnodes.push(<i class={[icon, 'sub-el-icon']} />)