Skip to content
Snippets Groups Projects
  • 博文's avatar
    aa7eab58
    refactor(SidebarItem): optimizate SidebarItem (#845) · aa7eab58
    博文 authored
    * refactor(sidebar-item): optimizate SiderbarItem.
    
    * chore: update nested examples.
    
    * fix: fix a wrong path.
    
    * fix: fix a transition bug.
    
    * fix: fix a wrong path.
    
    * perf: using "router" mode of el-menu.
    
    * Revert "perf: using "router" mode of el-menu."
    
    This reverts commit cef02a30b02a31242521e9e678cfeaad6f09448c.
    
    * fix: complement i18n text.
    aa7eab58
    History
    refactor(SidebarItem): optimizate SidebarItem (#845)
    博文 authored
    * refactor(sidebar-item): optimizate SiderbarItem.
    
    * chore: update nested examples.
    
    * fix: fix a wrong path.
    
    * fix: fix a transition bug.
    
    * fix: fix a wrong path.
    
    * perf: using "router" mode of el-menu.
    
    * Revert "perf: using "router" mode of el-menu."
    
    This reverts commit cef02a30b02a31242521e9e678cfeaad6f09448c.
    
    * fix: complement i18n text.
.gitignore 237 B
.DS_Store
node_modules/
dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
**/*.log

test/unit/coverage
test/e2e/reports
selenium-debug.log

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln

package-lock.json