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

cola-users

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cola-users

A user avator and function's Button aseembly

latest
npmnpm
Version
1.0.5
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

cola-users

A Vue.js project

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

How to use

#import it
import colaUsers from 'cola-users';

#used it
Vue.use(colaUsers);

#need data
name: {
      type: String,
      default: "暂无姓名"
    },
    buttonList: {
      type: Array,
      default: () => []
    },
    fontColor: {
      type: String,
      default: "#000"
    },
    bgColor: {
      type: String,
      default: "#FFF"
    },
    hoverFontColor: {
      type: String,
      default: "#409eff"
    },
    hoverBgColor: {
      type: String,
      default: "#EEF5FE"
    }

    #function  v-on
    #secClick    get what you click index
    ```

FAQs

Package last updated on 23 Jul 2021

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