mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
docs style groundwork (#7281)
* docs style groundwork * update docs style
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
methods: {
|
||||
setNav() {
|
||||
let nav = navConfig[this.lang];
|
||||
this.nav = nav[0].children.concat(nav[1]);
|
||||
this.nav = [nav[0]].concat(nav[2].children);
|
||||
nav[3].groups.map(group => group.list).forEach(list => {
|
||||
this.nav = this.nav.concat(list);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user