HM-116 Добавил схлопывание меню при выборе страницы (#53)
This commit is contained in:
@ -74,6 +74,10 @@ class MainMenu extends Component {
|
|||||||
options: {
|
options: {
|
||||||
className: `nav-item ${className}`,
|
className: `nav-item ${className}`,
|
||||||
},
|
},
|
||||||
|
args: {
|
||||||
|
'data-toggle': 'collapse',
|
||||||
|
'data-target': '#navbarNavDropdown',
|
||||||
|
}
|
||||||
});
|
});
|
||||||
const link = this.createElement({
|
const link = this.createElement({
|
||||||
tagName: 'a',
|
tagName: 'a',
|
||||||
|
|||||||
Reference in New Issue
Block a user