# iviewxx
**Repository Path**: neequ_admin/iviewxx
## Basic Information
- **Project Name**: iviewxx
- **Description**: 在iview的基础上开发新组件,如果有天iview更新请以iview为主
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2019-08-27
- **Last Updated**: 2024-05-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# iviewxx 3.1.3
### 兼容Iview 3.1.2
基于完成功能为目的,如果有天iview更新相关功能,请以iview为准。
如果有Bug,请提交一下issues
#### 最近(iviewxx 3.1.3):
1. 优化menu触发方式[Menu](http://127.0.0.1:8082/menu)
2. 水平菜单下拉文字不换行,如果要换行用样式覆盖。
3. 修正MenuAround subTitle的slot代码
[完成日志请查看URL](./changeLog.md)
### Install
npm install iviewxx --save
### Usage
es6
import Vue from 'vue'
import iview from 'iviewxx'
Vue.use(iview)
### 新加组件在线DEMO
###### 下拉树
[treeSelect](http://127.0.0.1:8082/treeSelect)
```
具体用法请看examples/routers/treeSelect.vue
```
###### 按钮组
[Buttons](http://127.0.0.1:8082/buttons)
```
具体用法请看examples/routers/buttons.vue
```
###### 表格(拖动表头大小,合并单元格,多级展开
[dTable](http://127.0.0.1:8082/dTable)
```
具体用法请看examples/routers/dTable.vue
```
###### Input 增加tags类型
[Input Tag](http://127.0.0.1:8082/input)
```
```
###### Menu 子菜单横向菜单
[Menu](http://127.0.0.1:8082/menu)
```
```
### table children
[table children](http://127.0.0.1:8082/dTable)