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

cols-customization

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cols-customization

iview-ui辅助Table使用的列自定义组件

latest
npmnpm
Version
1.1.3
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

组件 ColsCustomization

基于 vue+iview

该组件目前作用于辅助iview列自定义控制

并根据特定规则把数据存储于localStorage中

组件包安装

npm i cols-customization -D

组件注册

import ColsCustomization from 'cols-customization'
Vue.use(ColsCustomization)

具体使用方法查看@/src/app.vue例子

参数传入

  • @param model 关联使用的table绑定cols的变量(重点:该值最会在第一次初始化数据的时候会赋值到本组件,后续修改不再由父级传值回来渲染)
  • @param clos 模块初始化列数据
  • @param colsCode 列配置存储的key值

FAQs

Package last updated on 08 Apr 2019

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