1.1.8 • Published 1 year ago

ele-easy-table-next v1.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

基于 Vue3、Element Plus 开发的一款表格组件,对Element Plus的el-table进行二次封装

vite 版本

需要依赖的库

"@element-plus/icons-vue": "^2.1.0", "element-plus": "^2.3.1", "vue": "^3.2.47", "vuedraggable": "^4.1.0"

安装

npm install ele-easy-table-next -S

使用

import { createApp } from 'vue'
import App from './App.vue'
import ElementPlus from 'element-plus'
import EleEasyTable from "ele-easy-table-next"

const app = createApp(App);

app.use(ElementPlus)
app.use(EleEasyTable)

app.mount('#app')
1.1.8

1 year ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.1.2

2 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago