New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

element-plus-comp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

element-plus-comp

A Component Library for Vue 3 based on ElementPlus

latest
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

element-plus-comp

介绍

这是一个依赖于vue3和element-plus的vue组件库

构建方式

vite构建库模式

使用方式

1)安装依赖
npm i -S vue element-plus element-plus-comp
2)引入表格EpTable
import { EpTable } from 'element-plus-comp'
3)全局注册,也可以局部注册
app.use(EpTable)
4)使用示例见examples文件夹
表格:examples/table.vue
5)element-plus样式暂且全局引入
import 'element-plus/dist/index.css'

Keywords

element-plus-comp

FAQs

Package last updated on 20 Jun 2024

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