# table-header-multi-stage-ts
**Repository Path**: xiaoefen/table-header-multi-stage-ts
## Basic Information
- **Project Name**: table-header-multi-stage-ts
- **Description**: vue3 el-table多级表头收缩扩展的实现(ts风味版)
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-07-27
- **Last Updated**: 2022-10-28
## Categories & Tags
**Categories**: Uncategorized
**Tags**: vue3, el-table, element-plus, TypeScript
## README
# vue3 el-table多级表头收缩扩展的实现(TS风味版)
JS原味版:[传送门](https://gitee.com/xiaoefen/table-header-multi-stage)
项目详细具体可以看这篇文章:[传送门](https://blog.csdn.net/weixin_42063951/article/details/125633625)
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).