Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

icourt-table

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icourt-table

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

  • 1.0.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

基于 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')

Keywords

FAQs

Package last updated on 06 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc