1.0.5 • Published 3 years ago

cola-users v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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
    ```
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago