menu 文档细节优化, type 缺少单引号

pull/1246/head
sight 2023-05-03 17:18:17 +08:00
parent edd0f881a0
commit 12b65f415e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ toc: true
| 属性 | 描述 |
| --- | --- |
| title | 设置菜单标题。默认读取标题容器内容中的文本。 |
| type | 设置菜单类型。可选值如下:<ul><li>若不设定,则表示为常规菜单项</li><li>`type:'group` 菜单组,子菜单为纵向层级</li><li>`type:'parent'` 父级菜单,子菜单为横向层级</li></ul> |
| type | 设置菜单类型。可选值如下:<ul><li>若不设定,则表示为常规菜单项</li><li>`type:'group'` 菜单组,子菜单为纵向层级</li><li>`type:'parent'` 父级菜单,子菜单为横向层级</li></ul> |
| isAllowSpread | 子菜单是否允许展开收缩操作。默认 `true` |
<h3 id="on" lay-toc="{}" class="ws-bold">事件</h3>