diff --git a/examples/docs/en-US/menu.md b/examples/docs/en-US/menu.md index 802e8d96d..5b5f70906 100644 --- a/examples/docs/en-US/menu.md +++ b/examples/docs/en-US/menu.md @@ -73,7 +73,7 @@ Top bar NavMenu can be used in a variety of scenarios. Vertical NavMenu with sub-menus. -:::demo You can use the el-menu-item-group component to create a menu group, and the name of the group is determined by the title prop or a named slot. +:::demo You can use the el-menu-item-group component to create a menu group, and the name of the group is determined by the title prop or a named slot. In addition, when the navigation menu is in vertical mode, the Menu also provides an additional `active-background-color` attribute to set the background color of the current active menu. ```html @@ -123,7 +123,8 @@ Vertical NavMenu with sub-menus. @close="handleClose" background-color="#545c64" text-color="#fff" - active-text-color="#ffd04b"> + active-text-color="#ffd04b" + active-background-color="#646857">