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

z-transfer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

z-transfer

A custom transfer component based on Element UI

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

z-transfer

Description

基于 element-ui 的 el-transfer 组件处理的穿梭框,支持大量数据加载

Install

你可以使用 yarnnpmpnpmbun 等包管理工具进行安装; 安装方式如下:

yarn add z-transfer

or

npm install z-transfer

or

pnpm add z-transfer

or

bun add z-transfer

Using

  • 全局引入:
import ZTransfer from "z-transfer";

Vue.use(ZTransfer);
  • 按需引入:
import ZTransfer from "z-transfer";

export default {
	components: {
		ZTransfer
	}
};

Props

属性名类型默认值说明
idString'id'数据唯一标识
value / v-modelArray[]添加至右侧框数据
titleArray['', '']左右两侧的标题
widthString600px宽度
heightString600px高度
showSearchBooleanfalse是否展示搜索框
dataSourceArray[]数据源

Ends

📮 email:zxkang@88.com

Keywords

zxkv

FAQs

Package last updated on 12 Apr 2025

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