0.4.0 • Published 5 years ago

colorsel v0.4.0

Weekly downloads
11
License
-
Repository
github
Last release
5 years ago

ay-color

一个简单的省区市滑动选择插件

安装

yarn add ay-color
or
npm i ay-color --S

使用

//ES6引入
import colorsel from 'ay-color' 
Vue.use(colorsel);
//require引入
var colorsel = require('colorsel_ay')
Vue.use(colorsel)

//组件中使用
```html
        <ay-color :colorArr=colorArr :show=show @getColor=getc></ay-color>

Props说明

参数作用类型默认值
colorArr定义的颜色数组
show展示与隐藏

事件

nameDescription
getColor获取选中的颜色