@dxp-dc/el-side-menu
v1.19.4
Published
[![Build Status](https://badgen.net/travis/dx/el-side-menu/main)](https://travis-ci.com/dx/el-side-menu) [![NPM Download](https://badgen.net/npm/dm/@dx/el-side-menu)](https://www.npmjs.com/package/@dx/el-side-menu) [![NPM Version](https://badge.fury.io/
Downloads
23
Readme
el-side-menu
侧导航组件
Table of Contents
Introduction
If there is no more words to write, this section can be deleted.
Features
支持三级导航
Install
import SideMenu from '@dxp-dx/el-side-menu
Usage
<side-menu :menu-data="menuData"></side-menu>
Attributes
| 参数 | 说明 | 类型 | 可选值 | 默认值 | | --------- | -------- | ------ |----- |---- | | menu-data | 导航数组 | Array | — | — | | slot#extend | 导航底部插槽 | — | — | — | | mode | 导航样式 | String | SINGLE, DOUBLE | — |
menu-data
{
icon: 'iconyonghu',
name: '首页',
pathUrl: '/',
children: [],
},
Contributors
Thanks goes to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind welcome!