yk-table11
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

需要依赖的库

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

安装

npm install vue3-table -S

使用

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

const app = createApp(App);

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

app.mount('#app')

Package Sidebar

Install

npm i yk-table11

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

286 kB

Total Files

16

Last publish

Collaborators

  • yyyang